Logo
HTMLCSSJavaScriptReactjsnewResourcesContactUpdates
Join

Get started today

HTMLCSSJavaScriptReactjsnewResourcesContactUpdates

Tools

Resume BuilderQR GeneratorVS Code Editor

Connect

GitHubWhatsApp Channel
object
call apply bind

JSON

By Saket Bhatnagar•December 6, 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: January 6, 2026

Saket Bhatnagar

I build products, share the playbooks, and pass along everything I learn so you can ship faster.

GitHubLinkedInYouTubeWhatsApp Channel

Quick Links

  • Updates
  • Resources
  • Resume Builder
  • Contact

WhatsApp

Builders Group

Real-time notes from my builds, weekend challenges, and accountability threads.

Shipping Notes Channel

Launch alerts + bite-sized lessons.

© 2025 Saket Bhatnagar. All rights reserved.

Always building, always learning.