simpleyaml icon indicating copy to clipboard operation
simpleyaml copied to clipboard

a Go package to interact with arbitrary YAML

Results 1 simpleyaml issues
Sort by recently updated
recently updated
newest added

How do I check if the address field below is *null*? ``` package main import ( "fmt" "github.com/smallfish/simpleyaml" ) var data = []byte(` name: smallfish age: 99 bool: true bb:...