Package org.jolokia.json
package org.jolokia.json
Package with JSON API used throughout Jolokia. This API is a replacement of old com.googlecode.json-simple
API that is designed especially for Jolokia.
There are two main entities - JSON Object (a map) and JSON Array (a list) created by parsing JSON using a lexer generated using JFlex - just like json-simple.
-
ClassDescriptionAccording to JSON Grammar, there are two structural elements in JSON - objects and arrays.Jolokia JSON serialization support