magento1-vsbridge
magento1-vsbridge copied to clipboard
Additional check on the json encode
In some cases, the option JSON_NUMERIC_CHECK of the json_encode doesn't allow to encode the data correctly. This commit adds a check: if the JSON encode with numeric check fail, it encodes without that option.