Browse Source

Add alias for `MJSON` as `Bitsquid`

gingerBill 3 years ago
parent
commit
21a06df5e1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/encoding/json/types.odin

+ 1 - 0
core/encoding/json/types.odin

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