Euphoria
enum.cc
Go to the documentation of this file.
1 #include "files/enum.h"
2 
3 namespace eu::files::enums
4 {
6  {
8 
9  JSON_ARRAY_PROP(String, names);
10 
12  }
13 }
#define JSON_BEGIN_OBJECT()
Definition: json.h:86
#define JSON_END_OBJECT()
Definition: json.h:166
#define JSON_ARRAY_PROP(TYPE, PROP)
Definition: json.h:163
JSON_PARSE_FUNC(Root)
Definition: enum.cc:5