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
Ah, yeah, I suppose that's true. I modeled DSON.parse after JSON.parse, which parses JSON into a JS object. The best solution might be to JSON.stringify the object that DSON.parse returns.
Input DSON: such "foo" is "bar" wow
Output JSON: { foo: 'bar' }
but should be: {"foo": "bar"}
No parse :(
PS: Nice job though :)
The text was updated successfully, but these errors were encountered: