jsonnet-sys 0.17.0

Native bindings to the libjsonnet library
Documentation
{
  "Margarita": {
    "garnish": "Salt",
    "ingredients": [
      {
        "kind": "Tequila Blanco",
        "qty": 2
      },
      {
        "kind": "Lime",
        "qty": 1
      },
      {
        "kind": "Cointreau",
        "qty": 1
      }
    ]
  },
  "Margarita Unsalted": {
    "ingredients": [
      {
        "kind": "Tequila Blanco",
        "qty": 2
      },
      {
        "kind": "Lime",
        "qty": 1
      },
      {
        "kind": "Cointreau",
        "qty": 1
      }
    ]
  }
}