Hello, I would like to take a JSON file and read its content into a normal Lua string.
Even better, I would like to put a JSON text into a Lua table directly, if it's possible.
So far, I've found this Lua lib for converting a JSON string into a Lua table and vice versa. However, I don't see how to read a whole file as a string.
Thank you in advance!
P.S. I know how to read an individual line with this function.