Program Design of JSON to Structured Data Conversion

Publisher: Edp Sciences

E-ISSN: 2261-236x|139|issue|00166-00166

ISSN: 2261-236x

Source: MATEC Web of conference, Vol.139, Iss.issue, 2017-12, pp. : 00166-00166

Access to resources Favorite

Disclaimer: Any content in publications that violate the sovereignty, the constitution or regulations of the PRC is not accepted or approved by CNPIEC.

Previous Menu Next

Abstract

With the maturity of structured data storage technology and the increasing demand for enterprise information development, some enterprises need to convert the data storage model of application system from JSON to structured data. A file management system is token as an example to explain how to convert. In this article, it is achieved through the following three parts. First, the structure diagram of data transformation is built. Then, JSON model and structured data model are built. Finally, the conversion of data from JSON to MySQL is realized by using java language.