Suppose I have a file:
JsonsFile.json
{"key1":"value11","key2":"value12","key3":"value13"}
{"key1":"value11","key2":"value12","key3":"value13"}
{"key1":"value11","key2":"value12","key3":"value13"}
It may have variable number of Jsons. How can I get List of Maps from this file? I would like to access elements like list(i)("key2")