JSON Syntax

  • JSON is often used to communicated between web browsers and servers
  • it is always sent as text, AKA a string
  • the JavaScript method JSON.parse() exists to parse the data from strings into JavaScript making the translation from JSON text to useable JavaScript data easier for us
JSON Syntax JSON is often used to communicated between web browsers and servers it is always sent as text, AKA a string the JavaScript method JSON.parse() exists to parse the data from strings into JavaScript making the translation from JSON text to useable JavaScript data easier for us