Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ParserParameterProcessor to support JSON typed annotation #1891

Merged
merged 1 commit into from Oct 5, 2016

Commits on Oct 5, 2016

  1. ParserParameterProcessor to support JSON typed annotation

    This allows to add JSON typed annotation in the #set and #subobject
    parser function using the `@json` marker.
    
    ```
    {{#set:
        |@JSON={
        "foo": [
             "bar",
             "foobar"
        ]
    }
    }}
    
    ```
    mwjames committed Oct 5, 2016
    Copy the full SHA
    6ceaced View commit details
    Browse the repository at this point in the history