Last active
July 15, 2020 22:50
-
-
Save tomhodgins/42df009466abc11bbdd1e3332a24ed16 to your computer and use it in GitHub Desktop.
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
json types in CSS syntax { | |
--string: "string"; | |
--number: 1; | |
--object: {"key": "value"}; | |
--array: [1, 2, 3]; | |
--boolean: true false; | |
--null: null; | |
--example: { | |
"json": ["data", true] | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment