[JS] Using JSON.parse()

  • Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

Oblivion

Member
CC Dev Team
Jul 25, 2016
26
28
73
A simple example on how to parse a string of JSON through the JSON.parse method.
You will need at least some knowledge of JavaScript if you want to use this example.

Example
Code:
var jsonData = '{"name": "Oblivion"}'; // Get our string of JSON data using a variable
var data = JSON.parse(jsonData); // Create another variable and JSON.parse what we called our JSON data variable

console.log(data.name); // Using our data variable, call the JSON object key "name" which will output our value "Oblivion"

Step by step guide
  • Create or require our string of JSON data using a variable. example: jsonData
Code:
var jsonData = '{"name": "Oblivion"}';
  • Create another variable and JSON.parse our previous variable.
Code:
var data = JSON.parse(jsonData);

  • Using our data variable, call the JSON object key "name" which will output our value "Oblivion"
Code:
//example:
console.log(data.name);
 
  • Like
Reactions: Dana White
General chit-chat
Help Users
  • Chat Bot:
    Benders is our newest member. Welcome!
  • @ ShutTheCrunchUp:
    Damn bro miss the good ol days
    +1
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    lordKenny is our newest member. Welcome!
  • Chat Bot:
    yotatouch is our newest member. Welcome!
  • Chat Bot:
    maikito is our newest member. Welcome!
  • Chat Bot:
    maikito is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    maikito has posted a new reply in the thread "GTA V Semjases 15.3 ModLoader".
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    fpcest1 is our newest member. Welcome!
  • Chat Bot:
    BOBO@dics is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • @ lurch6661:
    lurch 4 life
    +1
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    rikvipzacom is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    sschknn is our newest member. Welcome!
  • Chat Bot:
    dragonhelder is our newest member. Welcome!
  • @ xDmTx:
    Holy shit this is still alive?
  • @ xDmTx:
    haven’t been here for years
    +1
  • Chat Bot:
    QM|T_JinX has joined the room.
  • @ QM|T_JinX:
    xDmTx said:
    haven’t been here for years
    well welcome back then
      @ QM|T_JinX: haven’t been here for years well welcome back then