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

Microsoft REST API Guidelines filter implementation example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Kotlin 92.4%Language:ANTLR 7.6%