realm-js
realm-js copied to clipboard
`toJSON` is missing from SDK docs
As per https://github.com/realm/realm-js/issues/2844#issuecomment-1033851507, the toJSON method is missing from the SDK docs (but is present in the TS definitions)
@tomduncalf in a related topic, it looks like JsonSerializationReplacer is also not documented anywhere. Here is a good example discussing its usage which it took me a while to find and helped me: https://github.com/realm/realm-js/issues/3183#issuecomment-690031083