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
The parsing logic has a bug where it does not handle the case where a string value field of a json document is not updated properly when it contains a string that has : in it. An example of this would be:
{
name: "mongo",
type: "db: jsondb"
}
This will not update the document correctly.
The text was updated successfully, but these errors were encountered:
The above example works fine on the latest master. But when users copy paste json from external sources, the editor messes things a little. I'm updating the bug to reflect that.
hrishikeshs
changed the title
Editing does not work when a string used as a value has : in it.
<del> Editing does not work when a string used as a value has : in it.</de> Handle users' copy paste better.
Jul 31, 2014
hrishikeshs
changed the title
<del> Editing does not work when a string used as a value has : in it.</de> Handle users' copy paste better.
<del> Editing does not work when a string used as a value has : in it.</del> Handle users' copy paste better.
Jul 31, 2014
hrishikeshs
changed the title
<del> Editing does not work when a string used as a value has : in it.</del> Handle users' copy paste better.
~~Editing does not work when a string used as a value has : in it. ~~ Handle users' copy paste better.
Jul 31, 2014
hrishikeshs
changed the title
~~Editing does not work when a string used as a value has : in it. ~~ Handle users' copy paste better.
Handle users' copy paste better.
Jul 31, 2014
The parsing logic has a bug where it does not handle the case where a string value field of a json document is not updated properly when it contains a string that has:
in it. An example of this would be:This will not update the document correctly.
The text was updated successfully, but these errors were encountered: