Documentation ¶
Index ¶
Constants ¶
View Source
const ( InvalidUtf8Ignore = 0x100000 InvalidUtf8Substitute = 0x200000 )
Variables ¶
View Source
var JsonSerializable = &phpobj.ZClass{ Type: phpv.ZClassTypeInterface, Name: "JsonSerializable", }
> class JsonSerializable
Functions ¶
This section is empty.
Types ¶
type JsonEncOpt ¶
type JsonEncOpt int
const ( HexTag JsonEncOpt = 1 << iota HexAmp HexApos HexQuot ForceObject NumericCheck UnescapedSlashes PrettyPrint UnescapedUnicode PartialOutputOnError PreserveZeroFraction UnescapedEOL )
func (JsonEncOpt) String ¶
func (i JsonEncOpt) String() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.