Skip to content

Fix usage example in README file #76

@prbrq

Description

@prbrq

There's an extra closing parenthesis in the main example, which makes it difficult to simply copy the example and execute it.

var name = await JQ.ExecuteAsync(
    """
    {
        "name": "John",
        "age": 30
    }
    """,
    ".name"));

Back this issue
Back this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions