24 #ifndef PXR_BASE_JS_TYPES_H 25 #define PXR_BASE_JS_TYPES_H 35 PXR_NAMESPACE_OPEN_SCOPE
38 typedef std::map<std::string, JsValue> JsObject;
39 typedef std::vector<JsValue> JsArray;
41 PXR_NAMESPACE_CLOSE_SCOPE
43 #endif // PXR_BASE_JS_TYPES_H A discriminated union type for JSON values.