[
{
"id": "1",
"accountName": "Account 1",
"debitAmount": "15453435",
"creditAmount":"313244"
},
{
"id": "2",
"accountName": "Account 2",
"debitAmount": "15453435",
"currencyCode": "INR",
"creditAmount":"313244"
}
]
This is my jason code i want to print the the numbers in indian rupee format like 12,43,434 not able to do that i have been trying searching bu did no got any solution.
you can use regex to add comma in order to convert numbers
like this :