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

Changes NULL handling in XML output #430

Closed
wants to merge 3 commits into from

Commits on Aug 3, 2018

  1. Change null handling in XML output

    fixes stleary#429.
    
    Updates JSON-> XML conversion to treat all NULL types the same. Previously a JSONObject having a key with a JSONObject.NULL value would output `<key>null</key>`. However, a JSONObject having a key with a value of JAVA `null` would output as `<key />`.
    
    This change unifies the output so both now output as `<key />`.
    johnjaylward committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    a122cab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2154bd7 View commit details
    Browse the repository at this point in the history
  3. Updates XML Null handling further

    John J. Aylward committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    640e05e View commit details
    Browse the repository at this point in the history