pikotools/space
Tomasz Sowa 1c643a08b0 added a test whether we have reach the end of the input string
without this such an input json (incorrect json string as there is no {} characters):
"key": "value"
would be parsed correctly: "key" would be parsed and the rest would be skipped
2021-03-18 17:55:30 +01:00
..
space.cpp added to Space: serialization do Space format 2021-03-18 15:33:43 +01:00
space.h changed the indentation algorithm when pretty printing the space format (no visual changes) 2021-03-18 17:28:11 +01:00
spaceparser.cpp added a test whether we have reach the end of the input string 2021-03-18 17:55:30 +01:00
spaceparser.h renamed: JSONToSpaceParser -> SpaceParser 2021-03-17 18:33:41 +01:00