Interface JsonParser


  • @PublicApi
    @PublicSpi
    public interface JsonParser
    Very simplified view of a JSON parser that only provides conversion to/from Map<String>. The content is not validated beyond confirming that it is well-formed JSON; no rules concerning the ADF schema are validated at this level.