miller/c/cli/json_array_ingest.h
2017-03-16 09:50:08 -04:00

11 lines
257 B
C

#ifndef JSON_ARRAY_INGEST_H
#define JSON_ARRAY_INGEST_H
typedef enum _json_array_ingest_t {
JSON_ARRAY_INGEST_UNSPECIFIED,
JSON_ARRAY_INGEST_FATAL,
JSON_ARRAY_INGEST_SKIP,
JSON_ARRAY_INGEST_AS_MAP,
} json_array_ingest_t;
#endif // JSON_ARRAY_INGEST_H