diff --git a/core/encoding/json/types.odin b/core/encoding/json/types.odin index b6ecec8ed..534d20311 100644 --- a/core/encoding/json/types.odin +++ b/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, }