Skip to content

Microsoft REST API Guidelines filter implementation example

License

Notifications You must be signed in to change notification settings

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

Repository files navigation

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

About

Microsoft REST API Guidelines filter implementation example

Topics

Resources

License

Stars

Watchers

Forks