Skip to content

Slight difference between test example and actual test results #12

@nig66

Description

@nig66

The usage example in the README file says;

$all = $jsonPointer->get("");

should yield;

'{"foo":1,"bar":{"baz":2},"qux":[3,4,5],"m~n":8,"a/b":0,"e^f":3}'

but in fact it yields;

'{"foo":1,"bar":{"baz":2},"qux":[3,4,5],"m~n":8,"a\/b":0,"e^f":3}'

So "a\/b" instead of "a/b".

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions