You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Input: {"name": "White 17" Microwave", "price": "50.00"}
Expected output: {"name": "White 17\" Microwave", "price": "50.00"}
Actual output: Found } that I can't handle at line -1:-1
Interesting that if I replace 50.00 with a non-number (e.g. Fifty), it doesn't fail but produces incorrect output (leaves only "name" and loses space after "):
Hi, with v0.9.1 on a simple JSON:
Interesting that if I replace
50.00
with a non-number (e.g.Fifty
), it doesn't fail but produces incorrect output (leaves only"name"
and loses space after"
):Can something be done here?
The text was updated successfully, but these errors were encountered: