summaryrefslogtreecommitdiffhomepage
path: root/NewKernel/Source/Json.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'NewKernel/Source/Json.cxx')
-rw-r--r--NewKernel/Source/Json.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/NewKernel/Source/Json.cxx b/NewKernel/Source/Json.cxx
new file mode 100644
index 00000000..f91ad8b9
--- /dev/null
+++ b/NewKernel/Source/Json.cxx
@@ -0,0 +1,12 @@
+/* -------------------------------------------
+
+ Copyright Mahrouss Logic
+
+------------------------------------------- */
+
+#include <NewKit/Json.hpp>
+
+using namespace NewOS;
+
+/// @brief Undefined object, is null in length.
+INIT(NewOS::JsonType::kUndefined, NewOS::JsonType);