![]() |
libfilezilla
|
Simple json parser/builder. More...
#include "string.hpp"
#include <limits.h>
#include <map>
#include <optional>
#include <type_traits>
#include <variant>
Go to the source code of this file.
Classes | |
class | json |
json parser/builder More... | |
struct | json_array_iterator< isconst > |
struct | json_array_iterator< isconst >::sentinel |
Namespaces | |
namespace | fz |
The namespace used by libfilezilla. |
Enumerations | |
enum class | json_type { none , null , object , array , string , number , boolean } |
Types of JSON values. More... |
Functions | |
json_array_iterator< false > | begin (json &j) |
json_array_iterator< false >::sentinel | end (json &) |
json_array_iterator< true > | begin (json const &j) |
json_array_iterator< true >::sentinel | end (json const &) |
Simple json parser/builder.