Go to file
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
convert changed the way how the library is built 2021-03-17 13:16:01 +01:00
date changed the way how the library is built 2021-03-17 13:16:01 +01:00
log changed the way how the library is built 2021-03-17 13:16:01 +01:00
mainspaceparser changed the way how the library is built 2021-03-17 13:16:01 +01:00
membuffer fixed: operator==() and operator!=() in iterators in MemBuffer<> template 2021-02-17 16:53:19 +01:00
space added a test whether we have reach the end of the input string 2021-03-18 17:55:30 +01:00
textstream added: typedef with char_type to TextStreamBase 2021-03-15 19:27:03 +01:00
utf8 changed the way how the library is built 2021-03-17 13:16:01 +01:00
.gitignore added .gitignore file 2021-02-17 17:04:05 +01:00
Makefile changed the way how the library is built 2021-03-17 13:16:01 +01:00
Makefile.dep renamed: JSONToSpaceParser -> SpaceParser 2021-03-17 18:33:41 +01:00