vlang.io | Docs | Changelog | Contributing
>>> import gura { raw_parse, raw_encode }
>>> data := raw_parse('text: "Hello World!"') ?
>>> println(data)
{'text': gura.Any('Hello World!')}
>>> raw_encode(data)
text: "Hello World!"
Via vpm
$ v install gura
Via vpkg
$ vpkg get https://github.com/gura-conf/vgura
Done. Installation completed.
To test the module, just type the following command:
$ ./bin/test # execute `./bin/test -h` to know more about the test command
Made with contributors-img.