···111111112112113113/*!
114114+ * @brief Parse a pose from a JSON object, composed of
115115+ * a vec3 named "position", "translation", "location", "pos", or "loc"
116116+ * and a quat named "orientation". "rotation", or "rot"
117117+ *
118118+ * @return true if successful, false if not.
119119+ */
120120+bool
121121+u_json_get_pose_permissive(const cJSON *json, struct xrt_pose *out_pose);
122122+123123+/*!
114124 * @brief Parse up to max_size floats from a JSON array.
115125 *
116126 * @return the number of elements set.