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 would appreciate it if you guys support single quotation mark in JSON-Viewer.
I know that it is more formal to use double quotation mark, rather than single quotation mark. However, some module interfaces do output JSON texts which contain single quotation mark, such as the python module requests. This is an example which outputs JSON text with single quotation mark:
The json() method doesn't actually return JSON. It returns a Python object (read: dictionary) that contains the same information as the JSON data. When you print it out, the quotes are added for the sake of readability, they are not actually in your data.
I would appreciate it if you guys support single quotation mark in JSON-Viewer.
I know that it is more formal to use double quotation mark, rather than single quotation mark. However, some module interfaces do output JSON texts which contain single quotation mark, such as the python module
requests
. This is an example which outputs JSON text with single quotation mark:The text was updated successfully, but these errors were encountered: