Skip to content
Snippets Groups Projects

ENH: introduce JSON converter

Compare and
15 files
+ 587
48
Compare changes
  • Side-by-side
  • Inline

Files

+ 7
0
@@ -9,13 +9,20 @@ cfood:
@@ -9,13 +9,20 @@ cfood:
type:
type:
enum:
enum:
- Directory
- Directory
 
- File
- DictTextElement
- DictTextElement
- TextElement
- TextElement
- SimpleFile
- SimpleFile
- YamlFileCaosDBRecord
- YamlFileCaosDBRecord
- MarkdownFile
- MarkdownFile
- DictListElement
- DictListElement
 
- DictDictElement
 
- DictFloatElement
 
- DictIntegerElement
 
- DictBooleanElement
- Definitions
- Definitions
 
- Dict
 
- JSONFile
description: Type of this converter node.
description: Type of this converter node.
match:
match:
description: typically a regexp which is matched to a structure element name
description: typically a regexp which is matched to a structure element name
Loading