category

Home / DeveloperSection / Category

How to use JSON with PHP
How to use JSON with PHP

This article is going to explain on how to use JSON with PHP. PHP 5.2.0 supports JSON out of the box. So, when you install PHP, JSON support is automatically installed and you don't need any installation and configuration in addition.

Parsing a Message in JavaScript using JSON
Parsing a Message in JavaScript using JSON

This article is going to explain on how to parse a message in JavaScript using JSON. We can parse the message with JSON in JavaScript by using the method String.parseJSON(filter). It parses the JSON message to a string or object.

Creating Array Objects in JavaScript with JSON
Creating Array Objects in JavaScript with JSON

This article is going to explain how to create array objects in JavaScript using JSON (JavaScript Object Notation).

Structure and Data Types of JSON
Structure and Data Types of JSON

This article is going to explain what structure used in JSON and you will also learn different form storing data in JSON (JavaScript Object Notation).

Introduction to JavaScript Object Notation (JSON)
Introduction to JavaScript Object Notation (JSON)

JSON is smaller than XML, and faster and easier to parse. JSON (an acronym for JavaScript Object Notation) is a lightweight text-based open standard designed for human-readable data interchange. It is derived from the JavaScript programming language