v/vlib/x/json2/decoder2/tests
Larsimusrex a8d200ac0e
Some checks failed
Graphics CI / gg-regressions (push) Waiting to run
vlib modules CI / build-module-docs (push) Waiting to run
Sanitized CI / sanitize-undefined-clang (push) Waiting to run
Sanitized CI / sanitize-undefined-gcc (push) Waiting to run
Sanitized CI / tests-sanitize-address-clang (push) Waiting to run
Sanitized CI / sanitize-address-msvc (push) Waiting to run
Sanitized CI / sanitize-address-gcc (push) Waiting to run
Sanitized CI / sanitize-memory-clang (push) Waiting to run
sdl CI / v-compiles-sdl-examples (push) Waiting to run
Time CI / time-linux (push) Waiting to run
Time CI / time-macos (push) Waiting to run
Time CI / time-windows (push) Waiting to run
toml CI / toml-module-pass-external-test-suites (push) Waiting to run
Tools CI / tools-linux (clang) (push) Waiting to run
Tools CI / tools-linux (gcc) (push) Waiting to run
Tools CI / tools-linux (tcc) (push) Waiting to run
Tools CI / tools-macos (clang) (push) Waiting to run
Tools CI / tools-windows (gcc) (push) Waiting to run
Tools CI / tools-windows (msvc) (push) Waiting to run
Tools CI / tools-windows (tcc) (push) Waiting to run
Tools CI / tools-docker-ubuntu-musl (push) Waiting to run
vab CI / vab-compiles-v-examples (push) Waiting to run
vab CI / v-compiles-os-android (push) Waiting to run
json decoder benchmark CI / json-encode-benchmark (push) Has been cancelled
decoder2: improve enum decoding; fix handling of required fields at the end of a json string (#25289)
2025-09-12 10:57:15 +03:00
..
json2_tests json2: replace encoder with new implementation (#25224) 2025-09-09 18:50:22 +03:00
old_json_compatibility x.json2.decoder2: fix array decoding in struct is field, when array is initialized (#24422) 2025-05-06 12:32:53 +03:00
bench.v x.json2.decoder: support sumtypes fully (#22694) 2024-10-30 09:01:39 +02:00
checker_test.v decoder2: improve checker with better EOF detection (#25075) 2025-08-09 16:38:58 +03:00
decode_array_test.v x.json2.decoder2: fix wrong sumtype and struct decoder in array (#23041) 2024-12-02 07:21:37 +02:00
decode_budget_number_test.v decoder2: prepare for moving into json2 (#25039) 2025-08-05 10:07:03 +03:00
decode_custom_test.v decoder2: fix remaining json2 discrepancies (#25029) 2025-08-03 10:27:43 +03:00
decode_enum_test.v decoder2: improve enum decoding; fix handling of required fields at the end of a json string (#25289) 2025-09-12 10:57:15 +03:00
decode_escaped_string_test.v decoder2: improve enum decoding; fix handling of required fields at the end of a json string (#25289) 2025-09-12 10:57:15 +03:00
decode_fixed_array_test.v decoder2: prepare for moving into json2 (#25039) 2025-08-05 10:07:03 +03:00
decode_number_and_boolean_test.v decoder2: fix number decoding and improve errors (#25015) 2025-08-01 06:56:39 +03:00
decode_object_test.v x.json2.decoder2: support nesteded maps (#23027) 2024-12-01 14:08:37 +02:00
decode_option_field_test.v x.json2.decoder2: fix decoding of structs with option fields (fix #24409) (#24922) 2025-07-18 11:03:21 +03:00
decode_string_test.v decoder2: improve checker with better EOF detection (#25075) 2025-08-09 16:38:58 +03:00
decode_struct_test.v x.json2.decoder2: support aliases fully (#22608) 2024-10-21 17:43:27 +03:00
json_sumtype_test.v decoder2: rework decoding of sumtypes (#24949) 2025-07-26 07:06:43 +03:00
json_sumtype_test_todo.vv x.json2.decoder2: add initial support for sumtypes (#22669) 2024-10-27 22:34:35 +02:00