aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/json_dumper.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-13Fix some more spellings in header filesMartin Mathieson1-1/+1
2023-09-24Convert wsutil to C99 typesGerald Combs1-10/+14
2023-03-08json_dumper: rework the error checking to improve error messages.Guy Harris1-1/+1
2022-12-16protobuf: Do not crash on zero length bytes elementJohn Thacker1-0/+1
2022-03-03json_dumper: Adding support to dump JSON to GStringHuang Qiangxiong1-2/+3
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-1/+1
2019-02-11json_dumper: add json_dumper_value_doublePeter Wu1-1/+4
2019-01-20json_dumper: increase JSON_DUMPER_MAX_DEPTH to 1100.Dario Lombardo1-1/+1
2018-12-27json_dumper: add json_dumper_value_va_list().Dario Lombardo1-0/+8
2018-12-23json_dumper: add base64 routines.Dario Lombardo1-0/+15
2018-12-10json_dumper: add support to convert dots in underscores.Dario Lombardo1-0/+1
2018-11-20Replace JSON-GLib by custom JSON dumper libraryPeter Wu1-0/+107