Logo
HTMLCSSJavaScriptReactjsnewContactUpdates

Get started today

HTMLCSSJavaScriptReactjsnewContactUpdates

Tools

Resume BuilderQR GeneratorVS Code Editor

Connect

GitHubWhatsApp Channel
object
call apply bind

JSON

By Saket Bhatnagar•June 14, 2025•Beginner to Intermediate

Table of Contents

  1. What is JSON?
  2. JSON methods

What is JSON?

  1. 1JSON stands for javascript object notation.
  2. 2It is data only format to represent values and objects.
  3. 3It is used to transfer data between applications through apis.
  4. 4JSON keys must be strings enclosed in double quotes.
  5. 5It supports six data types: object, array, string, number, boolean, and null.
  6. 6It supports nested structures, allowing objects and arrays to be nested within each other.

JSON methods

  1. 1JSON.stringify(value)
    • - JSON.stringify() is a method that converts a JavaScript object or value into a JSON string.
    • - Returns JSON.
    • - It does not support : function properties,symbolic keys and values and Properties that store undefined.
  2. 2JSON.parse(value)
    • - JSON.parse() is a method that converts JSON string into JavaScript object or value.
    • - Returns plain javascript object.

Share this article

Last updated: July 14, 2025

Join Our Community

Login to Join

© 2025 Saket Bhatnagar. All rights reserved.

    ☕