Skip to content

Matching on play json ast instead of string #29

@francisdb

Description

@francisdb

I would like to match the play JsValue instead of String but could not find a way to do that

import play.api.libs.json.Json._

arr(obj("name" -> "test")) should matchJson(arr(obj("name2" -> "test")))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions