Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
ALL
Description
fromjson("
{a:1,'sub.b':2,'sub.c':3}"); <---- works
fromjson("
"); <---- crashes
terminate called after throwing an instance of 'std::length_error'
what(): basic_string::_S_create
Aborted