From 288b45f50cd6691f19066a775b5e065cf89dc2bd Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 9 Oct 2025 16:34:18 +0200 Subject: package lines for encoding --- core/encoding/json/doc.odin | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 core/encoding/json/doc.odin (limited to 'core/encoding/json') diff --git a/core/encoding/json/doc.odin b/core/encoding/json/doc.odin new file mode 100644 index 000000000..04c38d142 --- /dev/null +++ b/core/encoding/json/doc.odin @@ -0,0 +1,2 @@ +// package json implements encoding and decoding JSON in strict JSON, JSON5 and BitSquid variants. +package encoding_json \ No newline at end of file -- cgit v1.2.3