Commit Graph

20 Commits

Author SHA1 Message Date
de9c05a9b1 added mio_json_resetfeedloc() 2021-07-16 10:09:29 +00:00
a4d31da64f enhanced the json reader to include location in some error messages 2021-07-16 10:01:42 +00:00
a7ae566736 added MIO_JSON_LINE_COMMENT 2021-07-14 14:31:19 +00:00
3e0654e131 added the new option MIO_JSON_PERMIT_WORD_KEY 2021-07-14 05:22:03 +00:00
72422be8b8 added the new option MIO_JSON_PERMITWORDKEY 2021-07-14 05:18:19 +00:00
9b429cfd3c fixed quite some issues mar.c and mar-cli.c regarding broken underlying sockets in libmariadbclient 2020-06-24 03:00:46 +00:00
044120a4d9 improved decimal handling in lib/json.c 2020-06-17 13:36:49 +00:00
eea395e130 added mio_jsonwr_writeuintmax() and mio_jsonwr_writeintmax() 2020-06-09 15:39:48 +00:00
52ddb45e75 renamed dictionary to object in json code 2020-06-07 14:44:54 +00:00
378f148f73 added the container_state parameter to the mio_json_instcb_t callback 2020-06-06 19:45:11 +00:00
2174c1bd9b enhanced mio_json_instcb_t to accept a position with a parent container 2020-06-06 18:53:09 +00:00
c2c3d00ff2 added the rctx field to mio_json_t
changed mio_json_instcb_t to get passed the content pointer
2020-06-02 09:49:08 +00:00
e194ed01ff added mio_jsonwr_writerawuchars() 2020-06-01 09:09:40 +00:00
a281cfaceb added mio_jsonwr_writerawbytes() 2020-06-01 09:05:47 +00:00
3e45c5cfdf added more json write macros 2020-06-01 09:01:46 +00:00
775a9b4735 added the ctx parameter to the json write callback 2020-06-01 08:52:43 +00:00
25e3744571 added more json writing macros for convenience 2020-06-01 07:32:28 +00:00
0ec6a6cb58 implemented a primitive json writer - needs much more improvement 2020-05-31 17:36:11 +00:00
7c726ee1da enhanced json code 2020-05-30 06:57:37 +00:00
b895566323 adding a simple json reader 2020-05-29 11:35:20 +00:00