Browse Source

Add alias for `MJSON` as `Bitsquid`

gingerBill 4 năm trước cách đây
mục cha
commit
21a06df5e1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,
 }