dirty-json icon indicating copy to clipboard operation
dirty-json copied to clipboard

Example with wrong number separator

Open arthurshlain opened this issue 4 years ago • 1 comments

How about this? :)

{ "space":73,2,"space_percent":94,9 }

Means:

{ "space":73.2,"space_percent":94.9 }

How it works in demo now:

angular.js:10734 Error: Found } that I can't handle at line 0:37

arthurshlain avatar May 26 '20 11:05 arthurshlain

This is really tricky, because [9,7] should map to [9, 7] and not [9.7]. I'll have to think about this one a little more...

RyanMarcus avatar Aug 28 '20 15:08 RyanMarcus