Git Product home page Git Product logo

Comments (3)

wbish avatar wbish commented on May 20, 2024

expected: {"key1":"value1"}

given: {"key1":"value1", "key2":"value2"}
Would pass.

I'm not sure I fully understand how it would tie together.

When you say pass, do you mean the Diff method would return null as if they are equal?

You illustrate what happens when left does not have key2, but what happens in the case the right object does not have key1? Does that get treated as a delete of the key or just ignored?

from jsondiffpatch.net.

tautautau avatar tautautau commented on May 20, 2024

Sorry for late replay.

When you say pass, do you mean the Diff method would return null as if they are equal?

Yes.

You illustrate what happens when left does not have key2, but what happens in the case the right object does not have key1? Does that get treated as a delete of the key or just ignored?

If it would not have key1 it would be treated as deleted.

Basically I'm using jsondiffpatch for integration tests. Sometimes there is such case when expected json has dynamic values which depends on current time, or dynamic links which depends on what server you run the test. I would like to have those not compared. Or just to check if the key exists but value ignored.

I did some coding in java world and I used https://github.com/skyscreamer/JSONassert. I was kind of fan of it. There are some examples: http://jsonassert.skyscreamer.org/cookbook.html.

I think the possibility to have weak/strict comparison would be really useful :)

from jsondiffpatch.net.

wbish avatar wbish commented on May 20, 2024

Thanks @tautautau, I've opened @23 to track support for this.

from jsondiffpatch.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.