realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.79k stars 576 forks source link

`toJSON` is missing from SDK docs #4326

Open tomduncalf opened 2 years ago

tomduncalf commented 2 years ago

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)

GitMurf commented 2 years ago

@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