Package jsonstr provides tools for working with strings in JSON.
Go to file
Charles Iliya Krempeaux 1daa46228d changelog.ca -> reiver.link 2024-08-01 17:02:33 -07:00
LICENSE changelog.ca -> reiver.link 2024-08-01 17:02:33 -07:00
README.md changelog.ca -> reiver.link 2024-08-01 17:02:33 -07:00
errors.go initial commits 2023-09-27 09:12:51 +09:00
go.mod initial commits 2023-09-27 09:15:16 +09:00
go.sum initial commits 2023-09-27 09:15:16 +09:00
strings.go jsonstr.Compile() -> jsonstr.CompileStrings() 2023-09-27 12:28:37 +09:00
strings_marshaljson_test.go jsonstr.Compile() -> jsonstr.CompileStrings() 2023-09-27 12:28:37 +09:00
strings_unmarshaljson_test.go jsonstr.Compile() -> jsonstr.CompileStrings() 2023-09-27 12:28:37 +09:00
validate.go initial commits 2023-09-27 09:12:51 +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 go get https://sourcecode.social/reiver/go-jsonstr

Author

Package jsonstr was written by Charles Iliya Krempeaux