Class JSONFactory


  • public class JSONFactory
    extends Object
    JSON object.
    This API is compatible with org.json Java API, but uses Google GSON library under the hood. The main reason why we created this wrapper is because the maintainer of the project org.json are not open to support ordered attributes as an option.
    Author:
    Luca Garulli ([email protected])
    • Field Detail

    • Method Detail

      • getGson

        public com.google.gson.Gson getGson()
      • getGsonPrettyPrint

        public com.google.gson.Gson getGsonPrettyPrint()