summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources/Json.cxx
blob: b0e4050f49a826f265a5382447a44661b7c98cf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* -------------------------------------------

	Copyright SoftwareLabs

------------------------------------------- */

#include <NewKit/Json.hpp>

using namespace NewOS;

/// @brief Undefined object, is null in length.
INIT(NewOS::JsonType::kUndefined, NewOS::JsonType);