JSON: Like a Boss

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 27

  • @nasirkamal5963
    @nasirkamal5963 7 лет назад +67

    Very nice. But the bottom window is very annoying as it is hiding contents of the valuable slides. Overall great job!!

    • @RichardFrost
      @RichardFrost 5 лет назад +8

      Here is a link to the full slides - www.slideshare.net/btiernay/jq-json-like-a-boss

  • @hashkeeper
    @hashkeeper 9 месяцев назад

    like a BOSS! Thank you, i can see why jq would be useful in sooo many situations. great presentation. you should stream and talk about coding

  • @thyagtubes
    @thyagtubes 4 года назад +6

    Commands start at 9:47
    The video or editing team needs to a better job next time : just remove speaker’s screen.

  • @RandyGupta
    @RandyGupta 4 года назад

    Although this video is already quite old, it give a very good overview of jq. Thank you so much for the presentation!

  • @itzsrikanth
    @itzsrikanth 5 лет назад +1

    Can we use bash native commands inside jq script for complex string manipulations?

  • @dperique
    @dperique 2 года назад

    very good. Thanks.

  • @sarveshrasam9635
    @sarveshrasam9635 4 года назад

    How to remove inverted double quotes from value? As i have to save the value in a postgresql database, please help

  • @DerHoasd
    @DerHoasd 2 месяца назад

    Error at 18:42 :: del("a")
    *Wrong expression*
    jq -n '{a:1, b:2, c:3} | del("a")'
    jq: error (at ): Invalid path expression with result "a"
    *Proper expression*
    jq -n '{a:1, b:2, c:3} | del(.a)'
    {
    "b": 2,
    "c": 3
    }

  • @VishalRaoOnYouTube
    @VishalRaoOnYouTube 4 года назад

    19:28 I suspect there is an error in the filter - it should be "select ( .x > 2)" Refer to my example here: jqplay.org/s/Px6_6DK7MZ

  • @NagaVenkateshgavini
    @NagaVenkateshgavini 7 лет назад

    Great resource, I learned everything about JQ, Thank you.

  • @misterfirst2725
    @misterfirst2725 5 лет назад +1

    jq is "great" unless you come across jtc - google up with keywords 'jtc' and 'json'. jtc will get you there times faster (expressed in amount of time you need to take to build the desired query)

    • @mohamedfouad2304
      @mohamedfouad2304 5 лет назад

      link?

    • @MichaelLawler
      @MichaelLawler 5 лет назад

      @@mohamedfouad2304 github.com/ldn-softdev/jtc ... Coincidentally, I just came across jtc today ( stackoverflow.com/questions/57872562/jq-combine-duplicates-with-nested-objects ) ... had this video open as a tab for 4-days and just completed watching it...

  • @mikecmw8492
    @mikecmw8492 6 лет назад

    I am trying to use jq but I always get jq: error: toString/0 is not defined at , line 1:. What could this mean? I am reading GEO Json that has an array of features.

  • @kostais
    @kostais 4 года назад

    Thank you

  • @pavelow36
    @pavelow36 4 года назад

    thank you!

  • @VishalRaoOnYouTube
    @VishalRaoOnYouTube 4 года назад

    28:58 There's no val keyword in Java, I think you meant var. Refer to this test: www.ideone.com/XaczRc
    Unless you are using another JVM language like Kotlin or Scala....not sure about those.

  • @branquitodemunze
    @branquitodemunze 6 лет назад +2

    Although the presentation was good, you failed to explain in more detail how it works on some real-world examples, anyway thanks.

  • @davidyanceyjr
    @davidyanceyjr 3 года назад +2

    Why do we need to see the presenter? Nothing he's doing on screen is relevant to the slides.

  • @derdere7803
    @derdere7803 11 месяцев назад

    jeezz, the presentation is great but the video is at the worst possible corner

  • @tanthay4231
    @tanthay4231 4 года назад

    1:02c.