-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
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