Skip to content

Instantly share code, notes, and snippets.

@jerrymannel
Last active December 26, 2020 03:53
Show Gist options
  • Save jerrymannel/c327dac5998d26fe2244ff89c4970538 to your computer and use it in GitHub Desktop.
Save jerrymannel/c327dac5998d26fe2244ff89c4970538 to your computer and use it in GitHub Desktop.
Let's Build - dataFormat.json
{
"name": "String",
"creditCardNumber": "String",
"expiryDate": "Date",
"cvv": "String",
"bank": "String",
"billingAddtess": {
"line1": "String",
"line2": "String",
"state": "String",
"country": "String",
"pincode": "String"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment