A function that is supposed to be used as argument for the Array.map() function, to map arguments to their rita-json ready counterparts.
The item to be mapped
```typescript const jsonArguments = someCalculation.arguments.map(mapParameterToJSONReady); Copy
```typescript const jsonArguments = someCalculation.arguments.map(mapParameterToJSONReady);
A function that is supposed to be used as argument for the Array.map() function, to map arguments to their rita-json ready counterparts.