package
0.0.0-20190930134022-aa0246cd15f7
Repository: https://github.com/pquerna/ffjson.git
Documentation: pkg.go.dev
# Variables
ErrGiveError generates error.
# Structs
ATbool struct ffjson: skip.
ATbyte struct ffjson: skip.
ATduration struct Arrays ffjson: skip.
ATfloat32 struct ffjson: skip.
ATfloat64 struct ffjson: skip.
ATint struct ffjson: skip.
ATint16 struct ffjson: skip.
ATint32 struct ffjson: skip.
ATint64 struct ffjson: skip.
ATint8 struct ffjson: skip.
ATtime struct ffjson: skip.
ATuint struct ffjson: skip.
ATuint16 struct ffjson: skip.
ATuint32 struct ffjson: skip.
ATuint64 struct ffjson: skip.
ATuint8 struct ffjson: skip.
ATuintptr struct ffjson: skip.
AXbool struct.
AXbyte struct.
AXduration struct.
AXfloat32 struct.
AXfloat64 struct.
AXint struct.
AXint16 struct.
AXint32 struct.
AXint64 struct.
AXint8 struct.
AXtime struct.
AXuint struct.
AXuint16 struct.
AXuint32 struct.
AXuint64 struct.
AXuint8 struct.
AXuintptr struct.
BugA struct.
BugB struct.
BugC struct.
BugD struct.
BugX struct Legal Go: We never use the repeated embedded field (S).
BugY struct BugD's tagged S field should dominate BugA's.
BugZ struct There are no tags here, so S should not appear.
ByteSliceDoubleRenamed struct.
ByteSliceNormal struct.
ByteSliceRenamed stuct.
FFFoo struc..
FfFuzz struct.
FfFuzzOmitEmpty struct.
FfFuzzString struct.
FFRecord struct.
Foo struct.
FuzzOmitEmpty struct ffjson: skip.
FuzzString struct ffjson: skip.
GiveError always returns an ErrGiveError on Marshal/Unmarshal.
MyStruct struc.
NoDecoder struct ffjson: nodecoder.
NoEncoder struct ffjson: noencoder.
NoExported struct.
OmitAll struct.
OmitFirst struct.
OmitLast struct.
Optionals tests from golang test suite.
Record struct.
STbool struct ffjson: skip.
STbyte struct ffjson: skip.
STduration struct Slices ffjson: skip.
STfloat32 struct ffjson: skip.
STfloat64 struct ffjson: skip.
STint struct ffjson: skip.
STint16 struct ffjson: skip.
STint32 struct ffjson: skip.
STint64 struct ffjson: skip.
STint8 struct ffjson: skip.
StringTag struct.
STtime struct ffjson: skip.
STuint struct ffjson: skip.
STuint16 struct ffjson: skip.
STuint32 struct ffjson: skip.
STuint64 struct ffjson: skip.
STuint8 struct ffjson: skip.
STuintptr struct ffjson: skip.
SXbool struct.
SXbyte struct.
SXduration struct.
SXfloat32 struct.
SXfloat64 struct.
SXint struct.
SXint16 struct.
SXint32 struct.
SXint64 struct.
SXint8 struct.
SXtime struct.
SXuint struct.
SXuint16 struct.
SXuint32 struct.
SXuint64 struct.
SXuint8 struct.
SXuintptr struct.
Tarray struct ffjson: skip.
TarrayPtr struct ffjson: skip.
Tbool struct ffjson: skip.
TboolTagged struct ffjson: skip.
Tbyte struct ffjson: skip.
TDominantField struct ffjson: skip.
Tduration struct ffjson: skip.
TEmbeddedStructures struct ffjson: skip.
Tfloat32 struct ffjson: skip.
Tfloat64 struct ffjson: skip.
TI18nName struct ffjson: skip.
TInlineStructs struct ffjson: skip.
Tint struct ffjson: skip.
Tint16 struct ffjson: skip.
Tint32 struct ffjson: skip.
Tint64 struct ffjson: skip.
Tint8 struct ffjson: skip.
TintTagged struct ffjson: skip.
TMapPtrStruct struct ffjson: skip.
TMapStringAString struct ffjson: skip.
TMapStringMapString struct Nested ffjson: skip.
TMapStringPtr struct ffjson: skip.
TMapStringString struct ffjson: skip.
Tmystring struct ffjson: skip.
TmystringPtr struct ffjson: skip.
Tobj struct ffjson: skip.
TRenameTypes struct ffjson: skip Side-effect of this test is also to verify that Encoder/Decoder skipping works.
TReTyped struct ffjson: ignore.
TSAAtring struct ffjson: skip.
TSAString struct ffjson: skip.
Tslice struct ffjson: skip.
TslicePtr struct ffjson: skip.
TslicePtrStruct struct ffjson: skip.
TsortName struct ffjson: skip.
Tstring struct ffjson: skip.
TstringTagged struct ffjson: skip.
TstringTaggedPtr struct ffjson: skip.
TTestMaps struct ffjson: skip.
TtimePtr struct ffjson: skip.
Tuint struct ffjson: skip.
Tuint16 struct ffjson: skip.
Tuint32 struct ffjson: skip.
Tuint64 struct ffjson: skip.
Tuint8 struct ffjson: skip.
Tuintptr struct ffjson: skip.
Xarray struct.
XarrayPtr struct.
Xbool struct.
XboolTagged struct.
Xbyte struct.
XDominantField struct.
Xduration struct.
XEmbeddedStructures struct.
Xfloat32 struct.
Xfloat64 struct.
XI18nName struct.
XInlineStructs struct.
Xint struct.
Xint16 stuct.
Xint32 struct.
Xint64 struct.
Xint8 struct.
XintTagged struct.
XMapPtrStruct struct.
XMapStringAString struct.
XMapStringMapString struct.
XMapStringPtr struct.
XMapStringString struct.
Xmystring struct.
XmystringPtr struct.
Xobj struct.
XRenameTypes struct.
XReTyped struct.
XSAAtring struct.
XSAString struct.
Xslice struct.
XslicePtr struct.
XslicePtrStruct struct.
XsortName struct.
Xstring struct.
XstringTagged struct.
XstringTaggedPtr struct.
XTestMaps struct.
XtimePtr struct.
Xuint struct.
Xuint16 struct.
Xuint32 struct.
Xuint64 struct.
Xuint8 struct.
Xuintptr struct.
# Type aliases
C implements Marshaler and returns unescaped JSON.
CText implements Marshaler and returns unescaped text.
IntType type.
ReAReTypedAp type.
Ref has Marshaler and Unmarshaler methods with pointer receiver.
RefText has Marshaler and Unmarshaler methods with pointer receiver.
ReReTypedA type.
ReReTypedAa type.
ReReTypedAap type.
ReReTypedAp type.
ReReTypedS type.
ReReTypedSp type.
ReReTypedXa type.
ReReTypedXb type.
ReReTypedXc type.
ReReTypedXd type.
ReSReTypedS type.
ReTypedA type.
ReTypedAa type.
ReTypedAap type.
ReTypedB type.
ReTypedBa type.
ReTypedBap type.
ReTypedC type.
ReTypedCa type.
ReTypedCap type.
ReTypedD type.
ReTypedDa type.
ReTypedDap type.
ReTypedE type.
ReTypedEa type.
ReTypedEap type.
ReTypedF type.
ReTypedFa type.
ReTypedFap type.
ReTypedG type.
ReTypedGa type.
ReTypedGap type.
ReTypedH type.
ReTypedHa type.
ReTypedHap type.
ReTypedI type.
ReTypedIa type.
ReTypedIap type.
ReTypedJ type.
ReTypedJa type.
ReTypedJap type.
ReTypedM type.
ReTypedMa type.
ReTypedMap type.
ReTypedN type.
ReTypedNa type.
ReTypedNap type.
ReTypedO type.
ReTypedOa type.
ReTypedOap type.
ReTypedP type.
ReTypedPa type.
ReTypedPap type.
ReTypedQ type.
ReTypedQa type.
ReTypedQap type.
ReTypedR type.
ReTypedRa type.
ReTypedRap type.
ReTypedS type.
ReTypedXa type.
ReTypedXb type.
Val has Marshaler methods with value receiver.
ValText has Marshaler methods with value receiver.