Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created February 24, 2022 00:50

Revisions

  1. fatosmorina created this gist Feb 24, 2022.
    2 changes: 2 additions & 0 deletions print_json_list.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    print(json_as_list)
    # [{'first': 1, 'second': 2}, {'third': 3, 'fourth': 4}]