rocicorp / repc

The canonical Replicache client, implemented in Rust.
Other
31 stars 7 forks source link

Make Mutation args use JSON Value #364

Closed arv closed 3 years ago

arv commented 3 years ago

This type is currently only used in the RPC between JS and Rust but a future change will expose this type to the JS API and therefore it makes sense to use a JSON Value at this layer instead.