Thinking need to take a generic type and a delegate to allow users to define what values will be assigned where. Maybe only take a single type with primitive types only and let users figure out how to form a complete json file from it.
Use System.Text.Json to generate a json object from a single type?
Long term will be to add a file writing mechanism. Try to program around that thought.
Thinking need to take a generic type and a delegate to allow users to define what values will be assigned where. Maybe only take a single type with primitive types only and let users figure out how to form a complete json file from it.
Use System.Text.Json to generate a json object from a single type?
Long term will be to add a file writing mechanism. Try to program around that thought.