Add alias for MJSON as Bitsquid

This commit is contained in:
gingerBill
2021-10-02 14:04:41 +01:00
parent c04efe8762
commit 21a06df5e1

View File

@@ -34,6 +34,7 @@ Specification :: enum {
JSON,
JSON5, // https://json5.org/
MJSON, // https://bitsquid.blogspot.com/2009/10/simplified-json-notation.html
Bitsquid = MJSON,
}