Org Json 简明教程

Org.json Tutorial

org.jsonJSON-Java 是一个基于 Java 的简单 JSON 工具包。您可以使用 org.json 编码或解码 JSON 数据。

org.json or JSON-Java is a simple Java based toolkit for JSON. You can use org.json to encode or decode JSON data.

Audience

本教程面向希望以简单易行的方式在 Java 中编码/解码 JSON 数据的软件专业人员。本教程将让您了解 org.json 概念,在完成本教程后,您将具备中级专业知识,从此您可以提升至更高的专业知识水平。

This tutorial is designed for Software Professionals who are willing to encode/decode JSON data in Java in simple and easy steps. This tutorial will give you an understanding of the org.json concepts and after completing this tutorial you will be at an intermediate level of expertise from where you can take yourself to a higher level of expertise.

Prerequisites

在继续进行本教程之前,您应该对 Java、JSON、JavaScript、文本编辑器和程序执行等有基本的了解。

Before proceeding with this tutorial, you should have a basic understanding of Java, JSON, JavaScript, text editor, and execution of programs, etc.