Index
All Classes and Interfaces|All Packages
G
- getFlatTree() - Method in class org.metricshub.jflat.JFlat
-
Dump the JSON tree as a String in the form:
/object/array[0]/id=0
/object/array[0]/name=some value
/object/array[1]/id=... - getFlatTree(String) - Method in class org.metricshub.jflat.JFlat
-
Dump the JSON tree as a String in the form:
/object/array[0]/id=0
/object/array[0]/name=some value
/object/array[1]/id=... - getFlatTree(String, String) - Method in class org.metricshub.jflat.JFlat
-
Dump the JSON tree as a String in the form:
/object/array[0]/id=0
/object/array[0]/name=some value
/object/array[1]/id=...
J
- JFlat - Class in org.metricshub.jflat
-
Provides tools to convert a JSON-formated content to a flat structure, exported as a String.
- JFlat(Reader) - Constructor for class org.metricshub.jflat.JFlat
-
Create a new JFlat instance
- JFlat(String) - Constructor for class org.metricshub.jflat.JFlat
O
- org.metricshub.jflat - package org.metricshub.jflat
P
- parse() - Method in class org.metricshub.jflat.JFlat
-
Parse the JSON document
- parse(boolean) - Method in class org.metricshub.jflat.JFlat
-
Parse the JSON document
T
- toCSV(String, String[], String) - Method in class org.metricshub.jflat.JFlat
-
Translates (flattens) a JSON structure into a CSV string
All Classes and Interfaces|All Packages