diff options
Diffstat (limited to 'Kernel/Source/Json.cxx')
| -rw-r--r-- | Kernel/Source/Json.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Kernel/Source/Json.cxx b/Kernel/Source/Json.cxx new file mode 100644 index 00000000..672c1b39 --- /dev/null +++ b/Kernel/Source/Json.cxx @@ -0,0 +1,12 @@ +/* ------------------------------------------- + + Copyright SoftwareLabs + +------------------------------------------- */ + +#include <NewKit/Json.hpp> + +using namespace NewOS; + +/// @brief Undefined object, is null in length. +INIT(NewOS::JsonType::kUndefined, NewOS::JsonType); |
