summaryrefslogtreecommitdiffhomepage
path: root/Source/Json.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Json.cxx')
-rw-r--r--Source/Json.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/Json.cxx b/Source/Json.cxx
index fe086271..25987f70 100644
--- a/Source/Json.cxx
+++ b/Source/Json.cxx
@@ -2,7 +2,7 @@
* ========================================================
*
* hCore
-* Copyright Mahrouss Logic, all rights reserved.
+* Copyright 2024 Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
@@ -11,4 +11,5 @@
using namespace hCore;
-JsonType JsonType::kUndefined(1, 1); \ No newline at end of file
+/// @brief Undefined object, is null in length.
+JsonType JsonType::kUndefined(0, 0); \ No newline at end of file