summaryrefslogtreecommitdiff
path: root/xs_json.h
diff options
context:
space:
mode:
authorGravatar grunfink2026-01-01 17:01:03 +0100
committerGravatar grunfink2026-01-01 17:01:03 +0100
commit11af00194e3e0ec15e17a23556dc2929f92e0210 (patch)
treeb22aace67ad7208074586f6a08e60c5310c8f6c1 /xs_json.h
parenttruncate rss title at utf8 char boundary (diff)
downloadsnac2-11af00194e3e0ec15e17a23556dc2929f92e0210.tar.gz
snac2-11af00194e3e0ec15e17a23556dc2929f92e0210.tar.xz
snac2-11af00194e3e0ec15e17a23556dc2929f92e0210.zip
Bumped copyright year.
Diffstat (limited to 'xs_json.h')
-rw-r--r--xs_json.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/xs_json.h b/xs_json.h
index 07800fa..a9577ee 100644
--- a/xs_json.h
+++ b/xs_json.h
@@ -1,4 +1,4 @@
1/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */ 1/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
2 2
3#ifndef _XS_JSON_H 3#ifndef _XS_JSON_H
4 4
@@ -28,6 +28,8 @@ int xs_json_load_object(FILE *f, int maxdepth, xs_dict **d);
28 28
29/** IMPLEMENTATION **/ 29/** IMPLEMENTATION **/
30 30
31#include "xs_unicode.h"
32
31/** JSON dumps **/ 33/** JSON dumps **/
32 34
33static void _xs_json_dump_str(const char *data, FILE *f) 35static void _xs_json_dump_str(const char *data, FILE *f)