method

ID.MarshalJSON

func (id ID) MarshalJSON() ( []byte, error, )

Public method ID.MarshalJSON from github.com/riducms/ridu/migration/payload.

Source migration/payload/payload.go:68

@returns
The declared result.

Related types

  • ID

    ID is a normalized Payload document ID. JSON strings are preserved exactly; integer JSON numbers are converted to their exact base-10 spelling so Payload's numeric, UUID, and custom IDs share Ridu's canonical string wire representation without passing through float64.