Value_template for command_line sensor to extract a value from JSON response

Got it: According to this old post, “items” is a reserved word:

So I tried it with this template, and that work :slight_smile:

    value_template: >
      {{ value_json["playlists"]["items"][0]["uri"] }}