"success":true
, is it same as "success":"true"
JSON requires that keys and string values are properly delimited with "
quotes. Other values should not have quotes. This means that "success":true
and "success":"true"
are not the same — the first is a boolean value and the second is a string value.
For more information, see http://json.org.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With