cpp-hocon  0.3.0
config_syntax.hpp
1 #pragma once
2 
3 enum class config_syntax {
10  JSON,
11 
18  CONF,
19 
21  UNSPECIFIED
22 
23  // Original project also supported Java's .properties formats, but we do not
24 };