ebkalderon / tower-lsp

Language Server Protocol implementation written in Rust
Apache License 2.0
951 stars 54 forks source link

Add re-export for `serde_json::Value` #407

Open ReeceHumphreys opened 6 months ago

ReeceHumphreys commented 6 months ago

Closes #404

This PR resolves #404 by adding a re-export of just serde_json::Value. I have not come across any other types from serde_json that would be useful to have re-exported yet but there may be others!