Created
October 13, 2016 10:08
-
-
Save ManojNair/a937c46d30109a99050416889f98fffc to your computer and use it in GitHub Desktop.
OpsWorks Custom 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
{ | |
"customer-id" :"0123", | |
"invoice-number" : "567", | |
"line-items" : { | |
"line-1" : "book1", | |
"line-2" : "book2", | |
"line-3" : "book3" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment