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
I have an idea that although annotations are not included in the Json standard, they have been widely implemented; Can our tool also place the corresponding comments after the converted fields while parsing Json?
The text was updated successfully, but these errors were encountered:
That's probably okay to support, but hmm, that might be complicated since we just traverse the parsed JSON structure as a JS value, so the comments would have to be reconstructed from manual parsing somehow. I'm not sure it's worth the complexity...
This is a great tool.
I have an idea that although annotations are not included in the Json standard, they have been widely implemented; Can our tool also place the corresponding comments after the converted fields while parsing Json?
The text was updated successfully, but these errors were encountered: