-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ogma-core: Adjust to optional fields in JSON Spec. Refs #122.
A prior commit has modified the JSON Spec parsing library to make some fields in input JSON files optional. This will make the library more versatile. This commit modifies the existing modules that use the JSON parsing library to use the new interface with optional types for some JSON Format spec fields. The extensional behavior of these modules does not change, compared to their behavior prior to the modification of the JSON Format Spec definition to make some fields optional.
- Loading branch information
1 parent
9a1dd69
commit d944d39
Showing
3 changed files
with
15 additions
and
15 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
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