JSON Learning Series (1)-Download the jar package to use with JSON

Source: Internet
Author: User

The content originates from the Internet.

JSON is a very important data structure, which is widely used in web development. Each developer should take a good look at the underlying implementation of JSON. Before using JSON, it is important to understand which jar files are needed first, it is easy to make mistakes when you first use them, and if you do not add the correct jar package, you will report a variety of problems. The following six jar packages need to be prepared before using JSON:
Commons-lang-1.0.4.jar
Commons-collections-2.1.jar
Commons-beanutils-1.8.0.jar
Json-lib-2.4.jar
Ezmorph-1.0.6.jar
Commons-logging-1.1.jar

JSON required jar package Download:

Http://files.cnblogs.com/files/longshiyVip/json_jar.zip
Some points need to be explained:
(1) Json-lib The latest version can be downloaded from this place: http://sourceforge.net/projects/json-lib/files/json-lib/
(2) Ezmorph is a simple Java class library for converting one bean to another bean. The implementation of its dynamic bean depends on the commons-beanutils package. Ezmorph can download the source code in this place: http://sourceforge.net/projects/ezmorph/files/ezmorph/
(3) Commons-beanutils is a class library that operates Java beans and relies on commons-collections.
(4) The Commons-collections class library is the encapsulation of various collection classes and collection tool classes.

JSON Learning Series (1)-Download the jar package to use with JSON

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.