Skip to content

Instantly share code, notes, and snippets.

@sumn2u
Created October 4, 2022 13:49
Show Gist options
  • Save sumn2u/84b095f1ffef66ea5a7ed578c424b847 to your computer and use it in GitHub Desktop.
Save sumn2u/84b095f1ffef66ea5a7ed578c424b847 to your computer and use it in GitHub Desktop.
JSON file example for hai-server
{
"posts":[
{
"id":1,
"title":"hai-server",
"author":"sumn2u"
}
],
"comments":[
{
"id":1,
"body":"some comment",
"postId":1
}
],
"profile":{
"name":"sumn2u"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment