realm-js icon indicating copy to clipboard operation
realm-js copied to clipboard

`toJSON` is missing from SDK docs

Open tomduncalf opened this issue 3 years ago • 1 comments

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 avatar Feb 09 '22 16:02 tomduncalf

@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

GitMurf avatar May 04 '22 03:05 GitMurf