#1 go-json
Fast JSON encoder/decoder compatible with encoding/json for Go
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 |
Fast JSON encoder/decoder compatible with encoding/json for Go
Package fastjson provides fast JSON parsing.
Package codec provides a High Performance, Feature-Rich Idiomatic Go codec/encoding library for binc, msgpack, cbor, json.
An opinionated production-ready RESTful JSON backend template, highly integrated with VSCode DevContainers.
Fast JSON encoder/decoder compatible with encoding/json for Go
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.
An opinionated production-ready RESTful JSON backend template, highly integrated with VSCode DevContainers.