You can use...Embedded Python! You just need a business service EnsLib.File.PassthroughService to get the the json file and send it into a BP with a ClassMethod to get all the lines, here you can see an example:

https://www.geeksforgeeks.org/read-a-file-line-by-line-in-python/

You can save the object directly from the Embedded Python method or return a list of strings and map it into an Objectscript object.