Convert JSON strings with integer or float numeric representations to their respective integer or float values.
json_obj (Any) – JSON object (typically a dictionary or list, but can also be a primitive).
The numeric representation of any JSON strings that can be represented as integers or floats, else the original JSON object.
int | float | Any