Releases: oblerion/JsonObject.cs
Releases · oblerion/JsonObject.cs
0.3 writting json
add
- read array of object 1d
- get size of array object
- write json file
- set value of int,float,bool,object and array
- optimize ToString()
0.2-1
add
- read bool
- method IsEmpty() get bool if object is empty or file not exist
- constant format name methods
0.2
- convert type at begin of reading, not with return function.
- detect [] and {} with counter not bool.
- add read indexed object recursively
0.1-1
- filter error fix
- reading part more lighter
- add reading string value between ""
- add reading float value
- detect [] and {}, but doesn't read objects and array.