- unflatten(String) - Static method in class be.adaxisoft.flat.Flat
-
This method takes the string representation of a flattened JSON object
and returns it to the conventional format.
- unflatten(JSONObject) - Static method in class be.adaxisoft.flat.Flat
-
This method takes a flattened JSON object and returns it to
the conventional format.
- unflatten(String, String) - Static method in class be.adaxisoft.flat.Flat
-
This method takes the string representation of a flattened JSON object
and returns it to the conventional format.
- unflatten(JSONObject, String) - Static method in class be.adaxisoft.flat.Flat
-
This method takes a flattened JSON object and returns it to
the conventional format.
- unflattenToJSONObject(String) - Static method in class be.adaxisoft.flat.Flat
-
This method takes the string representation of a flattened JSON object
and returns it to the conventional format.
- unflattenToJSONObject(JSONObject) - Static method in class be.adaxisoft.flat.Flat
-
This method takes a flattened JSON object and returns it to
the conventional format.
- unflattenToJSONObject(String, String) - Static method in class be.adaxisoft.flat.Flat
-
This method takes the string representation of a flattened JSON object
and returns it to the conventional format.
- unflattenToJSONObject(JSONObject, String) - Static method in class be.adaxisoft.flat.Flat
-
This method takes a flattened JSON object and returns it to
the conventional format.