Json encode and decode: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
 
Line 12: Line 12:
** Copy JSON path:
** Copy JSON path:


* [http://www.smartjsoneditor.com/ Smart JSON Editor][https://apps.apple.com/tw/app/smart-json-editor/id1268962404?mt=12] on {{Mac}}
* [http://www.smartjsoneditor.com/ Smart JSON Editor][https://apps.apple.com/tw/app/smart-json-editor/id1268962404?mt=12] by Jan Kubny Kubna on {{Mac}}
** Copy JSON path: available {{gd}}
** Copy JSON path: available {{gd}}


* ''$'' [https://apps.apple.com/us/app/json-editor/id567740330?mt=12 JSON Editor] on {{Mac}} by VDT LABS S.R.L.  
* ''$'' [https://apps.apple.com/us/app/json-editor/id567740330?mt=12 JSON Editor] by VDT LABS S.R.L. on {{Mac}}
** Copy JSON path: available {{gd}}
** Copy JSON path: available {{gd}}



Latest revision as of 12:15, 16 March 2023

Encode JSON data or decode JSON string[edit]

JSON viewer[edit]

  • Using Google Chrome or Edge browser to load the JSON file at the computer -> DevTools -> Network: To preview the content of JSON file
    • Copy JSON path:
  • $ JSON Editor by VDT LABS S.R.L. on macOS icon_os_mac.png
    • Copy JSON path: available Good.gif

Related pages[edit]