...

/

JavaScript Object Notation (JSON)

JavaScript Object Notation (JSON)

Learn about the structure of JSON, its benefits, and how to use it in PHP.

Introduction

JSON is a lightweight and language-independent data-representation format similar to XML or YAML. The standard file type for storing a JSON document in the filesystem is .json, and the MIME media type is application/json.

Benefits of JSON

  • JSON
...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy