aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/json
diff options
context:
space:
mode:
Diffstat (limited to 'core/encoding/json')
-rw-r--r--core/encoding/json/doc.odin2
1 files changed, 2 insertions, 0 deletions
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