Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor JSON API into own Module #229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 22, 2018

  1. Initial Work on Modular Design

    JSON is widespread and many applications leverage it already. Adding support for Schemas to a existing Solution might cause some hindrance due to the various Json Implementations (e.g. Gson, org.json, jackson) currently existing. Relying on a specific JSON implementation requires consuming parties to choose between libraries that support their own library or write conversion code from and to a library of their choice.
    
    This work tries to introduce a new modular design, without breaking any existing code relying on org.json. After rewriting the Infrastructure it might be a good idea to remove some/all deprecation though.
    
    Signed-off-by: Bjoern Heinrichs <bjoern@heinrichs.pro>
    BjoernAkAManf committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    8e47194 View commit details
    Browse the repository at this point in the history