Package com.atlassian.adf.parser
Interface JsonParser
-
@PublicApi @PublicSpi public interface JsonParserVery simplified view of a JSON parser that only provides conversion to/fromMap<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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,?>fromJson(String json)StringtoJson(Map<String,?> map)
-