baileydauterman / Faker.NET

MIT License
1 stars 0 forks source link

Create a generator for fake json data #12

Closed baileydauterman closed 1 year ago

baileydauterman commented 1 year ago

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.

baileydauterman commented 1 year ago

Add with commit: 092fd037e42b85bc1a6a84bbac9eed1d7bdd5b16