Uses of Class
org.kiwiproject.json.JsonDetectionResult
Packages that use JsonDetectionResult
-
Uses of JsonDetectionResult in org.kiwiproject.json
Methods in org.kiwiproject.json that return JsonDetectionResultModifier and TypeMethodDescriptionJsonHelper.detectJson(@Nullable String content) Use Jackson's data format detection to determine if the given content is JSON, assuming UTF-8 as the charset.JsonHelper.detectJson(@Nullable String content, Charset charset) Use Jackson's data format detection to determine if the given content is JSON.