瀏覽代碼

Add alias for `MJSON` as `Bitsquid`

gingerBill 4 年之前
父節點
當前提交
21a06df5e1
共有 1 個文件被更改,包括 1 次插入0 次删除
  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,
 }