Skip to content

Commit

Permalink
add file.json to test "Open config file"
Browse files Browse the repository at this point in the history
  • Loading branch information
abreheret committed Feb 16, 2018
1 parent 6b434c9 commit fd39e25
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions color_test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"labels": {
"unlabeled": {
"categorie": "void",
"color": [
0,
0,
0
],
"id": 0,
"id_categorie": 0,
"name": "unlabeled"
},
"Red": {
"categorie": "Color",
"color": [
255,
0,
0
],
"id": 1,
"id_categorie": 1,
"name": "Red"
},
"Green": {
"categorie": "Color",
"color": [
0,
255,
0
],
"id": 2,
"id_categorie": 1,
"name": "Green"
},
"Blue": {
"categorie": "Color",
"color": [
0,
0,
255
],
"id": 3,
"id_categorie": 1,
"name": "Blue"
}
}
}

0 comments on commit fd39e25

Please sign in to comment.