Package anderix.text

Class JsonReader

java.lang.Object
anderix.text.JsonReader

public class JsonReader extends Object
  • Constructor Details

    • JsonReader

      public JsonReader(String json)
  • Method Details

    • get

      public String get(String path)
    • getInt

      public int getInt(String path)
    • getLong

      public long getLong(String path)
    • getBoolean

      public boolean getBoolean(String path)
    • getFloat

      public float getFloat(String path)
    • getDouble

      public double getDouble(String path)