JSONSTRICT
platformThe JSONSTRICT
function configures the stack to output strict JSON format.
In strict JSON format the NaN
and Infinite
values aren’t allowed and they are replaced by null
. By default, loose JSON is generated.
Loading
The JSONSTRICT
function configures the stack to output strict JSON format.
In strict JSON format the NaN
and Infinite
values aren’t allowed and they are replaced by null
. By default, loose JSON is generated.