diff options
| author | gingerBill <bill@gingerbill.org> | 2024-10-30 14:12:57 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-10-30 14:12:57 +0000 |
| commit | 8a00d85cea02f38164b18d9a7e3e7d710c7a6c40 (patch) | |
| tree | 67c7f058ddf65e64189d4a76add9d6ad685b366d /core/encoding | |
| parent | 2392300ffbc86b09fde2a4d170b8c38f8ad0d382 (diff) | |
| parent | f469bbb0049f618d09dd1dd962389c8306db6bbc (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'core/encoding')
| -rw-r--r-- | core/encoding/cbor/cbor.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/encoding/cbor/cbor.odin b/core/encoding/cbor/cbor.odin index 692be0020..8eb829ed3 100644 --- a/core/encoding/cbor/cbor.odin +++ b/core/encoding/cbor/cbor.odin @@ -563,7 +563,7 @@ to_json :: proc(val: Value, allocator := context.allocator) -> (json.Value, mem. case: return false } } - return false + return true } if keys_all_strings(v) { |