I have a big JSON (aprox 200Mb) and need read it in Server Actons. How can I read and process it so that I can then write the contents into a database?
You can upload it and then access it with API action
, and the url is where your json is
Thank you. Done