Uses of Class
org.kiwiproject.json.JsonDetectionResult
-
Packages that use JsonDetectionResult Package Description org.kiwiproject.json -
-
Uses of JsonDetectionResult in org.kiwiproject.json
Methods in org.kiwiproject.json that return JsonDetectionResult Modifier and Type Method Description JsonDetectionResultJsonHelper. detectJson(String content)Use Jackson's data format detection to determine if the given content is JSON, assuming UTF-8 as the charset.JsonDetectionResultJsonHelper. detectJson(String content, Charset charset)Use Jackson's data format detection to determine if the given content is JSON.
-