JMESPATH in PYTHON - JSON query language

Sdílet
Vložit
  • čas přidán 26. 07. 2024
  • In this video we discuss how to use the basics of JMESPATH and hoe we could use it in our own projects. We cover looking through some order JSON data and use some search queries to extract the information we need
    -------------------------------------
    twitter / jhnwr
    code editor code.visualstudio.com/
    WSL2 (linux on windows) docs.microsoft.com/en-us/wind...
    -------------------------------------
    Disclaimer: These are affiliate links and as an Amazon Associate I earn from qualifying purchases
    mouse amzn.to/2SH1ssK
    27" monitor amzn.to/2GAH4r9
    24" monitor (vertical) amzn.to/3jIFamt
    dual monitor arm amzn.to/3lyFS6s
    microphone amzn.to/36TbaAW
    mic arm amzn.to/33NJI5v
    audio interface amzn.to/2FlnfU0
    keyboard amzn.to/2SKrjQA
    lights amzn.to/2GN7INg
    webcam amzn.to/2SJHopS
    camera amzn.to/3iVIJol
    gfx card amzn.to/2SKYraW
    ssd amzn.to/3lAjMAy
  • Věda a technologie

Komentáře • 14

  • @chrisgonutube
    @chrisgonutube Před 2 lety +2

    Thank you, easy to access starting point!

  • @simon_sysadmin
    @simon_sysadmin Před 3 lety +2

    Very Helpful, tnxs man

  • @MajsoSVK
    @MajsoSVK Před 3 lety +2

    Thank you for making my life easier.

  • @chaitsathe
    @chaitsathe Před 4 lety +2

    helpful .. thank you

  • @dnetvaggos4443
    @dnetvaggos4443 Před 4 lety +2

    nice vid!

  • @PaulSmith-qr1iy
    @PaulSmith-qr1iy Před 4 lety +1

    Disclaimer:Newbie. Just learning about jq and now jmespath. The issue I have with jq is iterating and using variables in the jq query string, esp. for indexing in bash : jq '.[][$i].somelocation'. Does jmespath have the same problem? Would love to see an example using vars in the command. Also, is one preferred over the other, jq or jmespath? Loved the video.

  • @KhalilYasser
    @KhalilYasser Před 3 lety +2

    Thanks a lot. Can you share the json file so as to practise the video?

  • @mdhruv1
    @mdhruv1 Před 3 lety +1

    This was very nice. Any chance we can have a follow up to add and delete elements from an array or dictionary using jmespath that will be awesome

  • @syedhyder5630
    @syedhyder5630 Před 3 lety +2

    Where can i get this json file

  • @user-sz1km7nw3b
    @user-sz1km7nw3b Před 2 lety +1

    please add a github link to this example
    or such a "order-data.json" so we can play with)))