Package jsonstr provides tools for working with strings in JSON.
Go to file
Charles Iliya Krempeaux a9b529016b initial commits 2023-09-27 06:19:16 +09:00
LICENSE initial commits 2023-09-27 06:19:16 +09:00
README.md initial commits 2023-09-27 06:19:16 +09:00

README.md

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

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:

GOPROXY=direct https://sourcecode.social/reiver/go-jsonstr

Author

Package jsonstr was written by Charles Iliya Krempeaux