package
0.0.0-20240709090339-eb9e24cd1b44
Repository: https://github.com/mmatczuk/anyflag.git
Documentation: pkg.go.dev
# README
URL
This example shows how anytype
can be used for JSON encoded maps.
- Run
go run . --map '{"foo": "bar"}'
, and see it prints:
map[foo:bar]