Skip to content

Releases: oblerion/JsonObject.cs

0.3 writting json

06 Apr 14:36
56263f0
Compare
Choose a tag to compare

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-2

11 Mar 16:13
f3b976c
Compare
Choose a tag to compare

add

read int array 1d

0.2-1

05 Mar 10:46
a9c044c
Compare
Choose a tag to compare

add

  • read bool
  • method IsEmpty() get bool if object is empty or file not exist
  • constant format name methods

0.2

11 Feb 17:10
25af16d
Compare
Choose a tag to compare
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

05 Feb 02:35
ea97186
Compare
Choose a tag to compare
  • 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.