C G H J O W
C
- com.github.opendevl - package com.github.opendevl
-
G
- getJsonAsSheet() - Method in class com.github.opendevl.JFlat
-
This method returns the sheet matrix.
- getUniqueFields() - Method in class com.github.opendevl.JFlat
-
This method returns unique fields of the json
H
- headerSeparator() - Method in class com.github.opendevl.JFlat
-
This method replaces the default header separator i.e.
- headerSeparator(String) - Method in class com.github.opendevl.JFlat
-
This method replaces the default header separator i.e.
J
- JFlat - Class in com.github.opendevl
-
This class converts a Json document in a 2D matrix format like CSV.
- JFlat(String) - Constructor for class com.github.opendevl.JFlat
-
This constructor takes a Json as string.
- json2Sheet() - Method in class com.github.opendevl.JFlat
-
This method does some pre processing and then calls make2D() to get the
2D representation of Json document.
O
- OrderJson - Class in com.github.opendevl
-
- OrderJson() - Constructor for class com.github.opendevl.OrderJson
-
- orderJson(JsonElement) - Method in class com.github.opendevl.OrderJson
-
W
- write2csv(String) - Method in class com.github.opendevl.JFlat
-
This method writes the 2D representation in csv format with ',' as
default delimiter.
- write2csv(String, char) - Method in class com.github.opendevl.JFlat
-
This method writes the 2D representation in csv format with custom
delimiter set by user.
C G H J O W
Copyright © 2017. All rights reserved.