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

JSON output no longer quotes all values #1298

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

Commits on Sep 30, 2024

  1. JSON output no longer quotes all values

    JSONInfosetInputter and Outputter were treating all values as strings.
    This meant everyhing was quoted and was messier for the user to read.
    In addition, not all json comes from dfdl, so it makes sense to support numbers.
    
    The JSONInfosetInputter's getSimpleText function also throws a
    NonTextFoundInSimpleContentException if a node in a nonscalar value, since
    finding a nonscalar (such as an object or array) when your expecting a simple value
    means the infoset does not match.
    
     DAFFODIL-2362
    
    delete me
    parkera101093 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6861528 View commit details
    Browse the repository at this point in the history