Giter Club home page Giter Club logo

Comments (3)

codeniko avatar codeniko commented on May 26, 2024

Hi, your json path is using attachments as key instead of the array key in the json you provided. attachments doesnt exist so you get null.

For your second problem, that 3rd 'key.value' key does not exist so it's excluded. I understand you're probably expecting it to actually evaluate the inner expression but json object keys can technically have dots and so that's a valid key string.

from jsonpathkt.

niciosity avatar niciosity commented on May 26, 2024

Sorry I copied the wrong code. I just tried it again and scope the issue to...

val value1 = jsonNode.read<String>("$.array[1].['key.value']")

Got null, expected key value 1.

val value1 = jsonNode.read<List<String>>("$.array[1].['name','content','key.value']")

Got [name 1, content 1] only not include the key value 1. Expected [name 1, content 1, key value 1] as a result from this code.

from jsonpathkt.

niciosity avatar niciosity commented on May 26, 2024

Ok, I misunderstand the field name inside quote. The 'key.value' can't be treated as key.value. Thanks for your time.

from jsonpathkt.

Related Issues (8)

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.