Go to the documentation of this file. 19 #ifndef OPENBABEL_JSON_H 20 #define OPENBABEL_JSON_H 22 #include <rapidjson/document.h> 23 #include <rapidjson/error/en.h> 24 #include <rapidjson/istreamwrapper.h> 25 #include <rapidjson/ostreamwrapper.h> 26 #include <rapidjson/writer.h> 27 #include <rapidjson/prettywriter.h> 31 #if defined(OPTIMIZE_NATIVE) 32 #if !defined(RAPIDJSON_SSE42) && defined(__SSE4_2__) 33 #define RAPIDJSON_SSE42 34 #elif !defined(RAPIDJSON_SSE2) && defined(__SSE2__) 35 #define RAPIDJSON_SSE2 36 #elif!defined(RAPIDJSON_NEON) && defined(__ARM_NEON) 37 #define RAPIDJSON_NEON 41 #endif //OPENBABEL_JSON_H