Last active
February 2, 2022 16:22
-
-
Save iamatsundere/72447e48722684fbe5cc656d67f08afa to your computer and use it in GitHub Desktop.
Jerry Parser - Sample JSON input
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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