how to make api keep numeric keys

Dear community,

I'm creating an api entry for an external service. It sends to sugar JSON data with mostly predefined numeric keys.

Currently with default configuration, Sugar is not keeping the numeric keys as-is when pushing it to the argument array.

I suspect their call of json_decode does not use the right parameter.

Is it a config available to force keeping key-value assoc ?