7#include "../tokenizer.hpp"
10#include "../datum.hpp"
11#include "../resource_view.hpp"
12#include "../strings.hpp"
13#include "../exception.hpp"
14#include "../indent.hpp"
15#include "../file_view.hpp"
21namespace hi::inline
v1 {
34[[nodiscard]]
inline datum
parse_JSON(
char const *text)
Utilities used by the HikoGUI library itself.
DOXYGEN BUG.
Definition algorithm.hpp:15
std::string_view as_string_view(resource_view const &rhs) noexcept
Get a span to the memory mapping.
Definition resource_view.hpp:48
std::string format_JSON(datum const &root)
Dump an datum object into a JSON string.
datum parse_JSON(std::string_view text)
Parse a JSON string.
A dynamic data type.
Definition datum.hpp:225
Definition file_view.hpp:22
A variant of text.
Definition label.hpp:37