aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Json.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Json.h')
-rw-r--r--lib/Json.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Json.h b/lib/Json.h
index 65aa668..b082f92 100644
--- a/lib/Json.h
+++ b/lib/Json.h
@@ -50,8 +50,10 @@ namespace json {
std::vector<value_t>,
std::string,
double,
- size_t,
- ssize_t,
+ int64_t,
+ uint64_t,
+ int32_t,
+ uint32_t,
bool,
std::nullopt_t> v;
};