-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
aaf9f1c
commit 6861528
Showing
2 changed files
with
39 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters