UNIT type removed
This commit is contained in:
@@ -125,8 +125,7 @@ namespace json11 {
|
||||
////////////////////////
|
||||
|
||||
static MlValue ivalualize(NullStruct) {
|
||||
MlValue null;
|
||||
return null;
|
||||
return MlValue::nil();
|
||||
}
|
||||
|
||||
static MlValue ivalualize(double value) {
|
||||
|
||||
Reference in New Issue
Block a user