Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 425 Bytes

File metadata and controls

12 lines (9 loc) · 425 Bytes

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" } }