Skip to content

Instantly share code, notes, and snippets.

@gkumarau
Created October 1, 2018 00:01
Show Gist options
  • Save gkumarau/9ba186eb94735872ecaef863d8e80b29 to your computer and use it in GitHub Desktop.
Save gkumarau/9ba186eb94735872ecaef863d8e80b29 to your computer and use it in GitHub Desktop.
Jsonnet Comment example
{
"data": "value"
// This is a comment.
/* Another comment. C-style */
# One more comment. Python-style
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment