Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pquerna/ffjson
/ types & classes
Types & classes
395 in github.com/pquerna/ffjson
⨍
Functions
575
◇
Types & classes
395
↓ 4 callers
TypeAlias
IP
IP type
tests/goser/base/goser.go:158
↓ 4 callers
TypeAlias
IP
IP type
tests/goser/ff/goser.go:160
↓ 2 callers
TypeAlias
tagOptions
from: http://golang.org/src/pkg/encoding/json/tags.go tagOptions is the string following a comma in a struct field's "json" tag, or the empty string.
generator/tags.go:28
↓ 2 callers
TypeAlias
tagOptions
from: http://golang.org/src/pkg/encoding/json/tags.go tagOptions is the string following a comma in a struct field's "json" tag, or the empty string.
inception/tags.go:29
↓ 1 callers
TypeAlias
renamedByteSlice
tests/ff.go:970
↓ 1 callers
TypeAlias
renamedRenamedByteSlice
tests/ff.go:971
↓ 1 callers
TypeAlias
sortedStructs
inception/inception.go:93
Struct
ATbool
ATbool struct ffjson: skip
tests/ff.go:450
Struct
ATbyte
ATbyte struct ffjson: skip
tests/ff.go:472
Struct
ATduration
ATduration struct Arrays ffjson: skip
tests/ff.go:439
Struct
ATfloat32
ATfloat32 struct ffjson: skip
tests/ff.go:593
Struct
ATfloat64
ATfloat64 struct ffjson: skip
tests/ff.go:604
Struct
ATint
ATint struct ffjson: skip
tests/ff.go:461
Struct
ATint16
ATint16 struct ffjson: skip
tests/ff.go:494
Struct
ATint32
ATint32 struct ffjson: skip
tests/ff.go:505
Struct
ATint64
ATint64 struct ffjson: skip
tests/ff.go:516
Struct
ATint8
ATint8 struct ffjson: skip
tests/ff.go:483
Struct
ATtime
ATtime struct ffjson: skip
tests/ff.go:615
Struct
ATuint
ATuint struct ffjson: skip
tests/ff.go:527
Struct
ATuint16
ATuint16 struct ffjson: skip
tests/ff.go:549
Struct
ATuint32
ATuint32 struct ffjson: skip
tests/ff.go:560
Struct
ATuint64
ATuint64 struct ffjson: skip
tests/ff.go:571
Struct
ATuint8
ATuint8 struct ffjson: skip
tests/ff.go:538
Struct
ATuintptr
ATuintptr struct ffjson: skip
tests/ff.go:582
Struct
AXbool
AXbool struct
tests/ff.go:455
Struct
AXbyte
AXbyte struct
tests/ff.go:477
Struct
AXduration
AXduration struct
tests/ff.go:444
Struct
AXfloat32
AXfloat32 struct
tests/ff.go:598
Struct
AXfloat64
AXfloat64 struct
tests/ff.go:609
Struct
AXint
AXint struct
tests/ff.go:466
Struct
AXint16
AXint16 struct
tests/ff.go:499
Struct
AXint32
AXint32 struct
tests/ff.go:510
Struct
AXint64
AXint64 struct
tests/ff.go:521
Struct
AXint8
AXint8 struct
tests/ff.go:488
Struct
AXtime
AXtime struct
tests/ff.go:620
Struct
AXuint
AXuint struct
tests/ff.go:532
Struct
AXuint16
AXuint16 struct
tests/ff.go:554
Struct
AXuint32
AXuint32 struct
tests/ff.go:565
Struct
AXuint64
AXuint64 struct
tests/ff.go:576
Struct
AXuint8
AXuint8 struct
tests/ff.go:543
Struct
AXuintptr
AXuintptr struct
tests/ff.go:587
Struct
Buffer
A Buffer is a variable-sized buffer of bytes with Read and Write methods. The zero value for Buffer is an empty buffer ready to use.
fflib/v1/buffer.go:77
Struct
BugA
BugA struct
tests/ff.go:1073
Struct
BugB
BugB struct
tests/ff.go:1078
Struct
BugC
BugC struct
tests/ff.go:1084
Struct
BugD
BugD struct
tests/ff.go:1097
Struct
BugX
BugX struct Legal Go: We never use the repeated embedded field (S).
tests/ff.go:1090
Struct
BugY
BugY struct BugD's tagged S field should dominate BugA's.
tests/ff.go:1103
Struct
BugZ
BugZ struct There are no tags here, so S should not appear.
tests/ff.go:1110
Struct
ByteSliceDoubleRenamed
ByteSliceDoubleRenamed struct
tests/ff.go:984
Struct
ByteSliceNormal
ByteSliceNormal struct
tests/ff.go:974
Struct
ByteSliceRenamed
ByteSliceRenamed stuct
tests/ff.go:979
TypeAlias
C
C implements Marshaler and returns unescaped JSON.
tests/ff.go:1033
TypeAlias
CText
CText implements Marshaler and returns unescaped text.
tests/ff.go:1041
TypeAlias
CacheStatus
CacheStatus of goser
tests/goser/base/goser.go:27
TypeAlias
CacheStatus
CacheStatus of goser
tests/goser/ff/goser.go:29
Struct
Card
Card represents details about a Credit Card entered into Stripe.
tests/go.stripe/base/customer.go:44
Struct
Card
Card represents details about a Credit Card entered into Stripe.
tests/go.stripe/ff/customer.go:44
Struct
CardData
CardData detaiks about cards
tests/go.stripe/base/customer.go:25
Struct
CardData
CardData struct
tests/go.stripe/ff/customer.go:25
Struct
Cats
Cats they allways fallback on their legs
tests/types/ff/everything.go:90
Struct
ConditionalWrite
ConditionalWrite is a stack containing a number of pending writes
inception/writerstack.go:6
TypeAlias
Country
Country type
tests/goser/base/goser.go:131
TypeAlias
Country
Country type
tests/goser/ff/goser.go:133
Struct
Coupon
Coupon represents percent-off discount you might want to apply to a customer. see https://stripe.com/docs/api#coupon_object
tests/go.stripe/base/customer.go:79
Struct
Coupon
Coupon represents percent-off discount you might want to apply to a customer. see https://stripe.com/docs/api#coupon_object
tests/go.stripe/ff/customer.go:79
Struct
Customer
Customer encapsulates details about a Customer registered in Stripe. see https://stripe.com/docs/api#customer_object
tests/go.stripe/base/customer.go:10
Struct
Customer
Customer encapsulates details about a Customer registered in Stripe. see https://stripe.com/docs/api#customer_object
tests/go.stripe/ff/customer.go:10
Struct
Data
Data provides an unmarshaling target
tests/fuzz/target.go:8
Struct
Decoder
This is a reusable decoder. This should not be used by more than one goroutine at the time.
ffjson/decoder.go:31
Interface
DecodingBuffer
fflib/v1/buffer.go:64
Struct
Discount
Discount represents the actual application of a coupon to a particular customer. see https://stripe.com/docs/api#discount_object
tests/go.stripe/base/customer.go:68
Struct
Discount
Discount represents the actual application of a coupon to a particular customer. see https://stripe.com/docs/api#discount_object
tests/go.stripe/ff/customer.go:68
Struct
Embed
Embed structure
tests/types/ff/everything.go:100
Struct
Encoder
This is a reusable encoder. It allows to encode many objects to a single writer. This should not be used by more than one goroutine at the time.
ffjson/encoder.go:31
Interface
EncodingBuffer
TODO(pquerna): continue to reduce these interfaces
fflib/v1/buffer.go:53
Struct
Everything
Everything a bit of everything... take care what yy-ou which for
tests/types/ff/everything.go:105
TypeAlias
FFErr
fflib/v1/lexer.go:79
Struct
FFFoo
FFFoo struc... just blah
tests/ff.go:27
Struct
FFLexer
fflib/v1/lexer.go:98
TypeAlias
FFParseState
fflib/v1/lexer.go:43
Struct
FFRecord
FFRecord struct
tests/ff.go:32
TypeAlias
FFTok
fflib/v1/lexer.go:53
TypeAlias
Feature
shared/options.go:29
Struct
FfFuzz
FfFuzz struct
tests/ff.go:1117
Struct
FfFuzzOmitEmpty
FfFuzzOmitEmpty struct
tests/ff.go:1296
Struct
FfFuzzString
FfFuzzString struct
tests/ff.go:1437
TypeAlias
FieldByJsonName
inception/reflect.go:43
Struct
Foo
tests/encode_test.go:236
Struct
Foo
Foo struct
tests/base.go:4
Struct
Foo
Foo a foo's structure (it's a bar !?!)
tests/types/ff/everything.go:140
Struct
FormatBitsScratch
fflib/v1/iota.go:62
Interface
FormatBitsWriter
fflib/v1/iota.go:57
Struct
Fuzz
tests/fuzz_test.go:32
Struct
FuzzOmitEmpty
FuzzOmitEmpty struct ffjson: skip
tests/ff.go:1207
Struct
FuzzString
FuzzString struct ffjson: skip
tests/ff.go:1386
Struct
GiveError
GiveError always returns an ErrGiveError on Marshal/Unmarshal.
tests/ff.go:1052
Struct
HTTP
HTTP struct type
tests/goser/base/goser.go:93
Struct
HTTP
HTTP struct type
tests/goser/ff/goser.go:95
TypeAlias
HTTPMethod
HTTPMethod of goser
tests/goser/base/goser.go:53
next →
1–100 of 395, ranked by callers