8#include "../tokenizer.hpp"
10#include "../datum.hpp"
11#include "../strings.hpp"
12#include "../exception.hpp"
13#include "../indent.hpp"
19namespace hi::inline
v1 {
32[[nodiscard]]
inline datum
parse_JSON(
char const *text)
43 return parse_JSON(as_string_view(file_view(path)));
Defines the file_view class.
Utilities used by the HikoGUI library itself.
DOXYGEN BUG.
Definition algorithm.hpp:15
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:224
A variant of text.
Definition label.hpp:36