Tuesday, December 22, 2020

Unify-jdocs: A New Way of Working With JSON Documents in Java

Unify-jdocs is a new way of working with JSON documents without using model classes or JSON schemas. Read more about it on https://github.com/americanexpress/unify-jdocs.

Unify-jdocs is a Java library that I have created as part of working on a new technology platform in American Express. You can work with JSON documents without using model classes. You can also do away with JSON schema for validation, as unify-jdocs provides a much simpler way for structure adherence and content validations. You can read AND write any JSON path including elements of an array nested any levels deep in a single line of code. There are other features like being able to merge documents, reuse model documents, and compare documents.



from DZone.com Feed https://ift.tt/3h8HCCk

No comments:

Post a Comment