#t and #f added to language, datetime fixes
This commit is contained in:
@@ -141,7 +141,7 @@ namespace json11 {
|
||||
}
|
||||
|
||||
static MlValue ivalualize(bool value) {
|
||||
return MlValue((long)value);
|
||||
return MlValue(value);
|
||||
}
|
||||
|
||||
static MlValue ivalualize(const string &value) {
|
||||
|
||||
Reference in New Issue
Block a user