song_jsonpath.txt 296 B

1234567891011121314
  1. {
  2. "jsonpaths": [
  3. "$['num_songs']",
  4. "$['artist_id']",
  5. "$['artist_latitude']",
  6. "$['artist_longitude']",
  7. "$['artist_location']",
  8. "$['artist_name']",
  9. "$['song_id']",
  10. "$['title']",
  11. "$['duration']",
  12. "$['year']"
  13. ]
  14. }