NO, >foo< is NOT a valid JSON string: Syntax error
NO, >{foo: bar}< is NOT a valid JSON string: Syntax error
NO, >'{'foo': 'bar'}< is NOT a valid JSON string: Syntax error
NO, >{...}< is NOT a valid JSON string: Syntax error
YES, >"foo"< is a valid JSON string
decoded: 'foo'
YES, >1< is a valid JSON string
decoded: 1
YES, >{"foo": "bar"}< is a valid JSON string
decoded: (object) array(
'foo' => 'bar',
)
Output for 8.1.27 - 8.1.34, 8.2.14 - 8.2.30
Fatal error: Uncaught Error: Call to undefined function json_validate() in /in/EIUPB:17
Stack trace:
#0 {main}
thrown in /in/EIUPB on line 17
Process exited with code 255.