This issue happens when your array indexes are not sequential.
PHP Array:
1 | $a = array( |
JSON Result:
1 | { |
Hope it helps you out.
This issue happens when your array indexes are not sequential.
PHP Array:
1 | $a = array( |
JSON Result:
1 | { |
Hope it helps you out.