diff options
Diffstat (limited to 'core/encoding')
| -rw-r--r-- | core/encoding/json/types.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/encoding/json/types.odin b/core/encoding/json/types.odin index 9b3124369..d016cf560 100644 --- a/core/encoding/json/types.odin +++ b/core/encoding/json/types.odin @@ -24,7 +24,7 @@ Value :: struct { String, Array, Object, - } + }, } Pos :: struct { |