diff options
Diffstat (limited to 'dev/Kernel/Sources/Json.cxx')
| -rw-r--r-- | dev/Kernel/Sources/Json.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/Kernel/Sources/Json.cxx b/dev/Kernel/Sources/Json.cxx new file mode 100644 index 00000000..df0d0ef8 --- /dev/null +++ b/dev/Kernel/Sources/Json.cxx @@ -0,0 +1,12 @@ +/* ------------------------------------------- + + Copyright ZKA Technologies. + +------------------------------------------- */ + +#include <NewKit/Json.hxx> + +using namespace Kernel; + +/// @brief Undefined object, is null in length. +cInitObject(Kernel::JsonType::kNull, Kernel::JsonType); |
