Skip to content

README

>>> 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!"

Installation

Via vpm

$ v install gura

Via vpkg

$ vpkg get https://github.com/gura-conf/vgura

Done. Installation completed.

Testing

To test the module, just type the following command:

$ ./bin/test # execute `./bin/test -h` to know more about the test command

License

MIT

Contributors

Made with contributors-img.