Uses of Class
com.grack.nanojson.JsonParser.JsonParserContext
-
Uses of JsonParser.JsonParserContext in com.grack.nanojson
Methods in com.grack.nanojson that return JsonParser.JsonParserContextModifier and TypeMethodDescriptionstatic JsonParser.JsonParserContext<Object> JsonParser.any()Parses any object from a source.JsonParser.array()Parses aJsonArrayfrom a source.JsonParser.object()Parses aJsonObjectfrom a source.JsonParser.JsonParserContext.withLazyNumbers()Parses numbers lazily, allowing us to defer some of the cost of number construction until later.