Microsoft REST API Guidelines filter implementation example This repository contains an example of how Microsoft REST API Guidelines filter can be implemented in Kotlin with help of ANTLR. Run example ./gradlew run --console=plain input filter: john eq 'doe' output: { "john": { $eq: "doe" } }