From 0839076441970b4e5d3c7d6cb4ef8ddfb8ca4e96 Mon Sep 17 00:00:00 2001 From: CSnap Date: Sun, 19 Nov 2023 06:28:12 +0000 Subject: [PATCH] Modified JSON sheet. --- JSON.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/JSON.md b/JSON.md index 2ede3ee..5b0975a 100644 --- a/JSON.md +++ b/JSON.md @@ -4,12 +4,19 @@ 1. [Introduction to JSON](#introduction-to-json) 2. [JSON Data Types](#json-data-types) + 2.1 [String](#string) + 2.2 [Number](#number) + 2.3 [Boolean](#boolean) + 2.4 [Array](#array) + 2.5 [Object](#object) + 2.6 [Null](#null) + 3. [JSON Syntax](#json-syntax) 4. [JSON Example](#json-example) 5. [Reading and Writing JSON in Python](#reading-and-writing-json-in-python) @@ -18,9 +25,9 @@ ```json { - "name": "JSON Cheat Sheet", + "name": "JSON Cheet Sheet", "version": "1.1", - "author": "OpenAI", + "author": "CheetSheetz", "topics": ["JSON", "Data Types", "Syntax", "Example"] } ```