We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue tracks the current progress of native JSON support that will replace the CJSON-based json module. Replaces #309.
json
x/json2
json2.decode
?T
Just a series of issues whose suggestions can be a good addition to the codegen.
omitifempty
omitempty
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue tracks the current progress of native JSON support that will replace the CJSON-based
json
module. Replaces #309.PR's
Addx/json2
(vlib: Add x/json2 #6336)Add i64 and f32 support (x.json2: add fast_raw_decode; support for i64 and f32 #6586)Havejson2.decode
return?T
(json2: decode fn returns?T
; add new tests #6933)Related Issues
Just a series of issues whose suggestions can be a good addition to the codegen.
omitifempty
(json needs attribute like Go'somitempty
#6571, [Enhancement] json module can not decode on some case on array. #6344)The text was updated successfully, but these errors were encountered: