Skip to content

JSON *(JavaScript Object Noatation)* convertion to JavaScript String or from JavaScript String

Notifications You must be signed in to change notification settings

dhikihandika/JSON-data-parser_Node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

JSON-data-parser

This in code program to parsing JSON (JavaScript Object Notation).

  • Usually data can be store to server must be JSON (JavaScript Object Notation). If from web browser (client) data type is String we can use #JSON.parser()# to convert JavaScript String to JSON (JavaScript Object Notation).
  • In another case if we need get data from server, usually data must has format String. We can use #JSON.stringify()# to convert JSON (JavaScript Object Notation) to JavaScrip String.

About

JSON *(JavaScript Object Noatation)* convertion to JavaScript String or from JavaScript String

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published