Go to the documentation of this file.
9 #ifndef EAGINE_VALUE_TREE_JSON_HPP
10 #define EAGINE_VALUE_TREE_JSON_HPP
12 #include "../config/basic.hpp"
13 #include "../main_ctx_fwd.hpp"
24 #if !EAGINE_LINK_LIBRARY || defined(EAGINE_IMPLEMENTING_LIBRARY)
25 #include <eagine/value_tree/json.inl>
28 #endif // EAGINE_VALUE_TREE_JSON_HPP
const main_ctx_object_parent_info & main_ctx_parent
Alias for main_ctx_object_parent_info parameter type.
Definition: main_ctx_fwd.hpp:24
basic_string_span< const char > string_view
Alias for const string views.
Definition: string_span.hpp:116
auto from_json_text(string_view, main_ctx_parent) -> compound
Creates a compound from a JSON text string view.
Value-tree code is placed in this namespace.
Definition: eagine.hpp:53