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
A big improvement (IMO) would be native conversion of TRUE and FALSE (case-insensitive) to the lowercase, unquoted true/false JSON equivalents. Currently, they are outputted as strings, which is somewhat counterintuitive since numbers are outputted as numbers and not stringified ones.
The text was updated successfully, but these errors were encountered:
Hi! First, awesome tool. Love it.
A big improvement (IMO) would be native conversion of TRUE and FALSE (case-insensitive) to the lowercase, unquoted true/false JSON equivalents. Currently, they are outputted as strings, which is somewhat counterintuitive since numbers are outputted as numbers and not stringified ones.
The text was updated successfully, but these errors were encountered: