0 branches
Tree
Top files
Clone with HTTPS:
json_module_compatibility_test
x.json2: fix encoder omitting _type discriminator field for sumtype values (fixes #26904)
last Apr 21
20.33 KB
old_json_compatibility
x.json2: replace x.json2.decode() with x.json2.decoder2.decode() (#25472)
last Oct 14
356 bytes
json2_tests
x.json2: fix encoder omitting _type discriminator field for sumtype values (fixes #26904)
last Apr 21
24.75 KB
any_test.v
x.json2: rename Any.arr() to Any.as_array() for consistency with as_map(), as_map_of_string(); deprecate Any.arr() (#26455)
last Jan 28
13.33 KB
attributes_test.v
x.json2: fix @[json_null] field attribute ignored on encode (fixes #26905)
last Apr 21
3.65 KB
autofree_json_test.v
ci: cleanup naming of jobs (`tests-sanitize-address-clang` -> `sanitize-address-clang`)
last Oct 3
296 bytes
checker_test.v
x.json2: replace x.json2.decode() with x.json2.decoder2.decode() (#25472)
last Oct 14
4.1 KB
decode_and_encode_struct_any_test.v
x.json2, toml: add support for `Any` in `decode_struct`, `encode_struct` and `to_any` (#21972)
1 year ago
994 bytes
decode_any_alias_test.v
json2: fix alias type of json2.Any can't decode json used as generic (fixes #24127)
last Feb 26
693 bytes
decode_array_array_test.v
x.json2: add support to array of array (fix #22362) (#22365)
1 year ago
267 bytes
decode_array_test.v
x.json2: replace x.json2.decode() with x.json2.decoder2.decode() (#25472)
last Oct 14
922 bytes
decode_budget_number_test.v
x.json2: add a `strict: true` mode for x.json2.decode(), that rejects string-to-number type casting during decoding (fix #26082) (#26220)
last Jan 1
2.92 KB
decode_custom_test.v
x.json2: replace x.json2.decode() with x.json2.decoder2.decode() (#25472)
last Oct 14
2.5 KB
decode_enum_test.v
x.json2: add `@[json: name]` attr support for enum values (fix #26437) (#26441)
last Jan 26
3.0 KB
decode_escaped_string_test.v
x.json2: replace x.json2.decode() with x.json2.decoder2.decode() (#25472)
last Oct 14
1.65 KB
decode_float_to_64bit_integer_test.v
json2: fix decoder cannot convert float to u64 (fixes #25426)
last Mar 25
697 bytes
decode_map_of_map_test.v
x.json2: replace x.json2.decode() with x.json2.decoder2.decode() (#25472)
last Oct 14
249 bytes
decode_number_and_boolean_test.v
x.json2: replace x.json2.decode() with x.json2.decoder2.decode() (#25472)
last Oct 14
3.28 KB
decode_option_field_test.v
x.json2: replace x.json2.decode() with x.json2.decoder2.decode() (#25472)
last Oct 14
393 bytes
decode_string_test.v
x.json2: replace x.json2.decode() with x.json2.decoder2.decode() (#25472)
last Oct 14
1.88 KB
encode_anon_struct_test.v
cgen, x.json2: fix anon struct encode (fix #24836) (#24852)
last Jul 6
348 bytes
encode_embedded_structs_test.v
x.json2: fix x.json2: encoder emits embedded-struct fields out of declaration order, breaking byte-for-byte round-trip (fixes #26907)
last Apr 23
2.63 KB
encode_struct_todo_test.vv
decoder2: improve checker with better EOF detection (#25075)
last Aug 9
10.03 KB
issue_25641_test.v
x.json2: fix decode_number not initializing value to zero (fix #25641) (#25675)
last Nov 6
680 bytes
json_optional_both_type_field_test.v
checker: unwrap for base type if ft.typ and inferred_typ are both opt (fix #25517) (#25728)
last Nov 13
336 bytes
json_sumtype_test_todo.vv
x.json2: replace x.json2.decode() with x.json2.decoder2.decode() (#25472)
last Oct 14
2.08 KB
scientific_notation_integer_test.v
strconv.atoi64: parsing "1.7596215426069998e+12": invalid radix 10 character (fixes #26420)
last Mar 11
603 bytes
decode_fixed_array_test.v
x.json2: replace x.json2.decode() with x.json2.decoder2.decode() (#25472)
last Oct 14
744 bytes
decode_map_any_regression_test.v
json2: fix c error when using both json2.decode[json2.Any] and json2.encode (fixes #24128)
last Mar 25
1.55 KB
decode_map_test.v
json2.decoder2: prepare decoder in json2 to be replaced by json2.decode2 (#23078)
1 year ago
1.1 KB
decode_nested_object_same_kay_test.v
x.json2: fix decoding wrong value depending on field order (fix #26503) (made with copilot) (#26571)
last Feb 10
2.61 KB
decode_object_test.v
x.json2: replace x.json2.decode() with x.json2.decoder2.decode() (#25472)
last Oct 14
1.22 KB
decode_option_test.v
x.json2: replace x.json2.decode() with x.json2.decoder2.decode() (#25472)
last Oct 14
265 bytes
decode_struct_test.v
x.json2: add a `strict: true` mode for x.json2.decode(), that rejects string-to-number type casting during decoding (fix #26082) (#26220)
last Jan 1
6.92 KB
decoder_test.v
json2: fix raw_decode failing to parse valid json content with escapes (fixes #23884)
last Mar 25
2.77 KB
encode_array_of_references_test.v
json: fix encoding an array of references (fixes #25266)
last Mar 25
402 bytes
encode_fixed_array_test.v
json2: fix decode with skipped fixed array field in union (fixes #25607)
last Mar 25
396 bytes
json2_test.v
x.json2: replace x.json2.decode() with x.json2.decoder2.decode() (#25472)
last Oct 14
4.23 KB