Json Simple 简明教程

JSON.simple Tutorial

JSON.simple 是一个基于 Java 的简单工具包,适用于 JSON。你可以使用 JSON.simple 对 JSON 数据进行编码或解码。

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

Audience

本教程专为希望使用简单易行的步骤对 Java 中的 JSON 数据进行编码/解码的软件专业人士而设计。本教程将帮助你理解 JSON.simple 概念,完成本教程后,你将达到中级专业知识水平,届时你可以让自己达到更高的专业知识水平。

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 JSON.simple 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.