aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/json
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-10 18:29:52 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-10 18:29:52 +0200
commit236111864ec8147acf73ce4db1ef3310205cac7a (patch)
treeefaf5b37d7814c59f2d31c19cfb15485f864adc7 /core/encoding/json
parent998fbdc5c028f57619e58bda69819d131692b800 (diff)
Link doc lines to source specifications.
Diffstat (limited to 'core/encoding/json')
-rw-r--r--core/encoding/json/types.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/encoding/json/types.odin b/core/encoding/json/types.odin
index 75a66f646..1da17a0db 100644
--- a/core/encoding/json/types.odin
+++ b/core/encoding/json/types.odin
@@ -1,5 +1,5 @@
/*
-Encoding and decoding JSON in strict `JSON`, `JSON5` and `BitSquid` variants.
+Encoding and decoding JSON in strict `JSON`, [[ JSON5 ; https://json5.org/ ]] and [[ BitSquid ; https://bitsquid.blogspot.com/2009/10/simplified-json-notation.html ]] variants.
Using one of these `Specification`s.
JSON