json2.raw_decode/1 fails to parse valid json content, that has escaped characters in it #23884
Labels
Bug
This tag is applied to issues which reports bugs.
Modules: x.json2
Bugs related to *only* x.json2 (the pure V implementation)
Unit: vlib
Bugs/feature requests, that are related to the vlib.
V version: V 0.4.9 4236baf, press to see full `v doctor` output
What did you do?
./v -g -o vdbg cmd/v && ./vdbg x.v && x
What did you see?
What did you expect to see?
The value of d should be printed, the json2.raw_decode/1 should not return an error for valid json content.
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: