Awesome
<div align="center"> <h1>V Gura</h1>vlang.io | Docs | Changelog | Contributing
</div> <div align="center"> </div>>>> 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
Contributors
<a href="https://github.com/gura-conf/vgura/contributors"> <img src="https://contrib.rocks/image?repo=gura-conf/vgura"/> </a>Made with contributors-img.