7 #ifndef __json_JsonReader_h__ 8 #define __json_JsonReader_h__ 26 class FE_DL_EXPORT
JsonReader :
public fe::data::AsciiReader
35 void fail(
const String &a_message);
36 void handleGroup(
String a_key,
38 void handleAttribute(
String a_key,
40 void handleLayout(
String a_key,
42 void handleTemplate(
String a_key,
kernel
Definition: namespace.dox:3
Represents a JSON value.
Definition: value.h:194
Stream intrepreter for reading JSON files.
Definition: JsonReader.h:26
Automatically reference-counted string container.
Definition: String.h:128