{ "signatures": [ { "function_name": "decimalFormat", "doc": "Returns a string value from an integer using format.", "arguments": [ { "type": "integer", "doc": "Integer value to format." }, { "type": "string", "doc": "Number format." } ], "result_type": "string", "platforms": [ "android", "web", "ios" ] }, { "function_name": "decimalFormat", "doc": "Returns a string value from an number using format.", "arguments": [ { "type": "number", "doc": "Number value to format." }, { "type": "string", "doc": "Number format." } ], "result_type": "string", "platforms": [ "android", "web", "ios" ] }, { "function_name": "decimalFormat", "doc": "Returns a string value from an integer using format and locale.", "arguments": [ { "type": "integer", "doc": "Integer value to format." }, { "type": "string", "doc": "Number format." }, { "type": "string", "doc": "Locale." } ], "result_type": "string", "platforms": [ "android", "web", "ios" ] }, { "function_name": "decimalFormat", "doc": "Returns a string value from an number using format and locale.", "arguments": [ { "type": "number", "doc": "Number value to format." }, { "type": "string", "doc": "Number format." }, { "type": "string", "doc": "Locale." } ], "result_type": "string", "platforms": [ "android", "web", "ios" ] } ] }