Skip to content

Commit

Permalink
Merge pull request #40 from rifter42/json_adjust
Browse files Browse the repository at this point in the history
fixing JSON format
  • Loading branch information
Feynman43 authored Jan 21, 2022
2 parents 6e3d8f3 + 127ee4c commit b34d876
Showing 1 changed file with 10 additions and 45 deletions.
55 changes: 10 additions & 45 deletions resources/dog-data.json
Original file line number Diff line number Diff line change
@@ -1,95 +1,60 @@
{
"dachshund": {
"colour": [
"black",
"black & cream"
],
"colour": "black & cream",
"size": "small",
"coat": "smooth",
"ears": "down"
},
"labrador-retriever": {
"colour": [
"yellow"
],
"colour": "yellow",
"size": "big",
"coat": "double",
"ears": "down"
},
"affenpinscher": {
"colour": [
"black"
],
"colour": "black",
"size": "small",
"coat": "wiry",
"ears": "up"
},
"chihuahua": {
"colour": [
"black",
"choclate",
"fawn",
"red"
],
"colour": "black",
"size": "small",
"coat": "smooth",
"ears": "up"
},
"siberian-husky": {
"colour": [
"agouti & white",
"black",
"black & white",
"gray & white",
"white"
],
"colour": "black & white",
"size": "large",
"coat": "double",
"ears": "up"
},
"german-shepherd-dog": {
"colour": [
"black",
"black & cream",
"black & silver",
"black & tan"
],
"colour": "black & cream",
"size": "large",
"coat": "double",
"ears": "up"
},
"american-foxhound": {
"colour": [
"black white & tan"
],
"colour": "black white & tan",
"size": "medium",
"coat": "smooth",
"ears": "down"
},
"appenzeller-sennenhund": {
"colour": [
"black brown & white"
],
"colour": "black brown & white",
"size": "medium",
"coat": "smooth",
"ears": "down"
},
"australian-shepherd": {
"colour": [
"black",
"white & brown",
"red"
],
"colour": "white & brown",
"size": "medium",
"coat": "double",
"ears": "down"
},
"golden-retriever": {
"colour": [
"golden",
"dark golden",
"light golden"
],
"colour": "golden",
"size": "large",
"coat": "double",
"ears": "down"
Expand Down

0 comments on commit b34d876

Please sign in to comment.