added mio_jsonwr_writeuintmax() and mio_jsonwr_writeintmax()

This commit is contained in:
2020-06-09 15:39:48 +00:00
parent 57587a5454
commit eea395e130
3 changed files with 73 additions and 24 deletions

View File

@ -182,7 +182,7 @@ mio_logbfmt (mio, MIO_LOG_STDOUT, "\n");
mio_uch_t ddd[4] = { 'D', '\0', 'R', 'Q' };
mio_uch_t ddv[5] = { L'', L'', L'', L'', L'' };
jsonwr = mio_jsonwr_open (mio, 0);
jsonwr = mio_jsonwr_open (mio, 0, MIO_JSONWR_FLAG_PRETTY);
mio_jsonwr_setwritecb (jsonwr, write_json_element, MIO_NULL);