Skip to content

Instantly share code, notes, and snippets.

@vanjis
Created October 30, 2019 20:09
Show Gist options
  • Save vanjis/8386b257cd9a24d1d754190ad2e8a363 to your computer and use it in GitHub Desktop.
Save vanjis/8386b257cd9a24d1d754190ad2e8a363 to your computer and use it in GitHub Desktop.
Thirukural
{
"chapter":{
"name":"chapterName",
"number":1
},
"section":{
"name":"sectionName",
"number":1
},
"kural":[
{
"line1":"line1",
"line2":"line2",
"number":1,
"meaning":[
{
"authorName":"authorName",
"authorsExplanation":"authorsExplanation"
},
{
"authorName":"authorName",
"authorsExplanation":"authorsExplanation"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment