Skip to content

Instantly share code, notes, and snippets.

@mamund
Last active December 25, 2015 01:09
Show Gist options
  • Save mamund/6892811 to your computer and use it in GitHub Desktop.
Save mamund/6892811 to your computer and use it in GitHub Desktop.
// in the text
"data" : [
{"amount" : "150000", "currency" : "USD", "date" : "20130922"}
]
// valid Cj
"data" : [
{"name" : "amount", "value" : "150000"},
{"name" : "currency", "value" : "USD"},
{"name" : "date", "value" : "20130922"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment