Repository

V Gura

vlang.io | Docs | Changelog | Contributing

Continuous Integration Deploy Documentation License: MIT

>>> 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 .

About

0
111
last May 7

Author

medvednikov