#1 GJSON
Package gjson provides searching for json strings.
Generate TypeScript interfaces from Go structs/interfaces. Useful for JSON RPC.
Health score 44/100, confidence 80/100.
| Latest version | v1.0.1 |
| Imported by | 2 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 7 years ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| AnonStructNamer | Type | type AnonStructNamer func(reflect.StructField) string |
| DocHandler | Type | type DocHandler interface{ ... } |
| DocHandler.Method | Method | Method func(parent reflect.Type, method reflect.Method) string |
| DocHandler.Type | Method | Type func(t reflect.Type) string |
| EnumHandler | Type | type EnumHandler interface{ ... } |
| EnumHandler.GetMember | Method | GetMember func(t reflect.Type) ([]TypescriptEnumMember, error) |
| EnumHandler.IsEnum | Method | IsEnum func(t reflect.Type) bool |
| ExtractOption | Type | type ExtractOption func(*extractor) |
| CustomNamer | Function | func CustomNamer(namer TypeNamer) ExtractOption |
| NameAnonStructs | Function | func NameAnonStructs(namer AnonStructNamer) ExtractOption |
| WithDocumentation | Function | func WithDocumentation(handler DocHandler) ExtractOption |
| WithEnumerations | Function | func WithEnumerations(handler EnumHandler) ExtractOption |
Package gjson provides searching for json strings.
Package fastjson provides fast JSON parsing.
Package codec provides a High Performance, Feature-Rich Idiomatic Go codec/encoding library for binc, msgpack, cbor, json.
Package gjson provides searching for json strings.
Package fastjson provides fast JSON parsing.
Package jsoniter implements encoding and decoding of JSON as defined in RFC 4627 and provides interfaces with identical syntax of standard lib encoding/json.
Package codec provides a High Performance, Feature-Rich Idiomatic Go codec/encoding library for binc, msgpack, cbor, json.
JSON library to expose simple handlers that lets you easily read and write json from various sources.