Skip to content

Instantly share code, notes, and snippets.

@iamatsundere
Last active February 2, 2022 16:22
Show Gist options
  • Save iamatsundere/72447e48722684fbe5cc656d67f08afa to your computer and use it in GitHub Desktop.
Save iamatsundere/72447e48722684fbe5cc656d67f08afa to your computer and use it in GitHub Desktop.
Jerry Parser - Sample JSON input
{
"ObjectType": [
"CAR"
],
"ObjectDescription": [
"This product is a car, great"
],
"ObjectTags": [
"FOO",
"BAR"
],
"ObjectBodyPart": [
"foo",
"bar"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment