When using PHP (5.4/5.5) and json_encode(), I'm having some issues when using the JSON_NUMERIC_CHECK option. This is on a system in production, so I can't simply remove the option, as this would change the entire response and break client parsing.When using PHP (5.4/5.5) and json_encode(), I'm