-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ogma-core: Use generalized JSON parser for DB Spec. Refs #122.
The JSON parsing functions currently used by ogma-core to parse requirement DBs are very specific to the formats supported. This commit replaces the existing FRET DB parser and converter by one that is based on the new generic JSON-based parsing library. The old module implementing the adhoc converter, as well as the dependency on the ad hoc parser, are removed.
- Loading branch information
1 parent
28dba7f
commit e0b9244
Showing
4 changed files
with
118 additions
and
217 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
Oops, something went wrong.