Interface JsonParser

All Known Implementing Classes:
AbstractJsonParser, BasicJsonParser, GsonJsonParser, JacksonJsonParser

public interface JsonParser
Parser that can read JSON formatted strings into Maps or Lists.
Since:
1.0.0
Author:
Dave Syer
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    parseList(@Nullable String json)
    Parse the specified JSON string into a List.
    parseMap(@Nullable String json)
    Parse the specified JSON string into a Map.