replace '<string>' source name with '[string]'
This commit is contained in:
+1
-1
@@ -265,5 +265,5 @@ dv::value json::parse(
|
||||
}
|
||||
|
||||
dv::value json::parse(std::string_view source) {
|
||||
return parse("<string>", source);
|
||||
return parse("[string]", source);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user