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
When I click on format, it adds some tabbing characters for wrapping are added to put the text on next line.
This makes the json invalid.
Input:
{
"my key":"my long text, this text would be wrapped."
}
Valid: Yes
After clicking on format:
{
"my key":"my long text,
this text would be wrapped."
} Valid: No
Error: Parse error on line 2:
{ "my key": "my long text, this
------------^
Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got 'undefined'
When I click on format, it adds some tabbing characters for wrapping are added to put the text on next line.
This makes the json invalid.
Input:
Valid: Yes
After clicking on format:
{
"my key":"my long text,
this text would be wrapped."
}
Valid: No
Error: Parse error on line 2:
{ "my key": "my long text, this
------------^
Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got 'undefined'
Check this screencast: https://www.screencast.com/t/WG2hpZQqZQ
The text was updated successfully, but these errors were encountered: