EvsJSON: An Efficient Validator for Split JSON DocumentsOpen Website

Published: 01 Jan 2020, Last Modified: 10 May 2023DASFAA (3) 2020Readers: Everyone
Abstract: JSON is one of the most popular formats for publishing and exchanging data. In real application scenarios, due to the limitation in field length of data before storing in the database, a JSON document may be split into multiple documents if it is too long. In such case, the validation of the integrity and accuracy of documents is needed. However, this cannot be solved by existing methods. In this paper, we proposed a novel method to validate JSON documents characterized by being able to deal with split documents. Experiments demonstrated that the proposed method is efficient in validating large-scale JSON documents and performed better than the methods compared.
0 Replies

Loading