Package jsonstr provides tools for working with strings in JSON.
Go to file
Charles Iliya Krempeaux 8bff72142e "sourcecode.social/reiver/go-jsonstr" -> "github.com/reiver/go-jsonstr" 2024-08-01 17:05:16 -07:00
LICENSE changelog.ca -> reiver.link 2024-08-01 17:02:33 -07:00
README.md "sourcecode.social/reiver/go-jsonstr" -> "github.com/reiver/go-jsonstr" 2024-08-01 17:05:16 -07:00
errors.go initial commits 2023-09-27 09:12:51 +09:00
go.mod "sourcecode.social/reiver/go-jsonstr" -> "github.com/reiver/go-jsonstr" 2024-08-01 17:05:16 -07: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 "sourcecode.social/reiver/go-jsonstr" -> "github.com/reiver/go-jsonstr" 2024-08-01 17:05:16 -07:00
strings_unmarshaljson_test.go "sourcecode.social/reiver/go-jsonstr" -> "github.com/reiver/go-jsonstr" 2024-08-01 17:05:16 -07: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/github.com/reiver/go-jsonstr

GoDoc

Import

To import package jsonstr use import code like the follownig:

import "github.com/reiver/go-jsonstr"

Installation

To install package jsonstr do the following:

GOPROXY=direct go get https://github.com/reiver/go-jsonstr

Author

Package jsonstr was written by Charles Iliya Krempeaux