go-jsonstr/README.md

28 lines
717 B
Markdown
Raw Normal View History

2023-09-26 21:19:16 +00:00
# go-jsonstr
Package **jsonstr** provides tools for working with strings in JSON.
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-jsonstr
[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-jsonstr?status.svg)](https://godoc.org/sourcecode.social/reiver/go-jsonstr)
## Import
To import package **jsonstr** use `import` code like the follownig:
```
import "sourcecode.social/reiver/go-jsonstr"
```
## Installation
To install package **jsonstr** do the following:
```
2023-10-27 18:31:17 +00:00
GOPROXY=direct go get https://sourcecode.social/reiver/go-jsonstr
2023-09-26 21:19:16 +00:00
```
## Author
2024-08-02 00:02:33 +00:00
Package **jsonstr** was written by [Charles Iliya Krempeaux](http://reiver.link)