2023-09-26 21:19:16 +00:00
|
|
|
# go-jsonstr
|
|
|
|
|
|
|
|
Package **jsonstr** provides tools for working with strings in JSON.
|
|
|
|
|
|
|
|
## Documention
|
|
|
|
|
2024-08-02 00:05:16 +00:00
|
|
|
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-jsonstr
|
2023-09-26 21:19:16 +00:00
|
|
|
|
2024-08-02 00:05:16 +00:00
|
|
|
[![GoDoc](https://godoc.org/github.com/reiver/go-jsonstr?status.svg)](https://godoc.org/github.com/reiver/go-jsonstr)
|
2023-09-26 21:19:16 +00:00
|
|
|
|
|
|
|
## Import
|
|
|
|
|
|
|
|
To import package **jsonstr** use `import` code like the follownig:
|
|
|
|
```
|
2024-08-02 00:05:16 +00:00
|
|
|
import "github.com/reiver/go-jsonstr"
|
2023-09-26 21:19:16 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
To install package **jsonstr** do the following:
|
|
|
|
```
|
2024-08-02 00:05:16 +00:00
|
|
|
GOPROXY=direct go get https://github.com/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)
|