json-filter icon indicating copy to clipboard operation
json-filter copied to clipboard

Middleware allowing the client to filter the response to only what they need, reducing the amount of traffic over the wire.

Results 2 json-filter issues
Sort by recently updated
recently updated
newest added

There is to my understanding quite a big security risk when using this middleware. If we use some kind of *POJO* with a ```toJSON``` function that would have only visible...