Commit Graph

16 Commits

Author SHA1 Message Date
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
a910dd533c enhanced the json reader to handle unicode surrogate pairs 2020-06-08 11:08:22 +00:00
9e0161c58f added '\a' and '\v' to json escaping 2020-06-08 09:25:09 +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
fef7c29e70 removed duplicate code 2020-06-03 07:57:15 +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
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