I just starting a project and plan to have a bunch of parameters stored on an SD Card in a JSON file. The goal would be to read this file on boot and populate some variables with the information on this file. I've started working on this and right now my code is rather messing and I'm just pathing things here and there to make things work. Before I post my code I wanted to ask if there might be some library or best practice to do what I'm trying to do? Maybe some kind of ini file type of process? I'm so new at this that it might be better for me to first ask if there is already a library that can help before I go any further. If not then I'll continue to code a little more and post what I have in hopes for some advice.
Thank you