method
ID.MarshalJSON
func (id ID) MarshalJSON() (
[]byte,
error,
)Public method ID.MarshalJSON from github.com/riducms/ridu/migration/payload.
Related types
IDID 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.