Last active
June 12, 2017 11:11
-
-
Save printer-gmg/b77bd1104a9f3fc631f30c1a2a255f36 to your computer and use it in GitHub Desktop.
reviewMetaPOST.json
This file contains hidden or 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
| { | |
| "title" : "Foobar", | |
| "score" : "A+", | |
| "reviewData" : [ | |
| { "Specs" : "Intel i7 CPU, very good, very good, also an NVidia GPU" }, | |
| { "Benchmark results" : "It was fast. 900000000 score in PC Mark." } | |
| ], | |
| "reviewImage" : { | |
| "id" : "ValAmiHasH", | |
| "format" : "PNG" | |
| }, | |
| "typedTags" :[ | |
| { | |
| "tagType": "brand", | |
| "tagValue": "Asus" | |
| }, | |
| { | |
| "tagType": "type", | |
| "tagValue": "Tablet" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment