Quantcast
Channel: Mockaroo Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 2665

How do I generate all numbers as Strings in JSON output?

$
0
0

For instance I select Number as type, but when the JSON is generated I want the values to be enclosed in " ".

e.g. I get

"paymentReference": 1234,

But I want

"paymentReference": "1234",


Viewing all articles
Browse latest Browse all 2665

Trending Articles