Currently, when a workspace configuration file isn't valid JSON, a null object is used, with null pointer exceptions.
Instead, we should detect the issue at json_decode time and throw an explicit error message.
Currently, when a workspace configuration file isn't valid JSON, a null object is used, with null pointer exceptions.
Instead, we should detect the issue at json_decode time and throw an explicit error message.
rOBSIDIAN Obsidian Workspaces | |||
D16 | rOBSIDIAN37e7767a8264 Detect JSON issue parsing workspace configuration file. |