/ms-rest-api-filter-implementation-example

Microsoft REST API Guidelines filter implementation example

Primary LanguageKotlinMIT LicenseMIT

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