Skip to content

Instantly share code, notes, and snippets.

@dsalahutdinov
Created February 13, 2017 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsalahutdinov/b17b31dba5420f7418fc4bc6c3fcbd23 to your computer and use it in GitHub Desktop.
Save dsalahutdinov/b17b31dba5420f7418fc4bc6c3fcbd23 to your computer and use it in GitHub Desktop.
json_sample
[
{
color: "red",
value: "#f00"
},
{
color: "green",
value: "#0f0"
},
{
color: "blue",
value: "#00f"
},
{
color: "cyan",
value: "#0ff"
},
{
color: "magenta",
value: "#f0f"
},
{
color: "yellow",
value: "#ff0"
},
{
color: "black",
value: "#000"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment