mistodon / config_struct

Deprecated: Use https://github.com/mistodon/edres instead.
19 stars 2 forks source link

A way to customize the struct's generated #4

Closed sudo-ben closed 3 weeks ago

sudo-ben commented 5 years ago

json_typegen!("pub Point", "http://example.com/someapi/point.json", { use_default_for_missing_fields, "/foo/bar": { use_type: "map" } });

Similar to how this tool does it https://github.com/evestera/json_typegen/blob/master/README.md

mistodon commented 3 weeks ago

Hi there - this crate is now deprecated (and should have been a long time ago, my apologies).

It has been replaced by this project: https://github.com/mistodon/edres - feel free to open an issue there if it's still relevant.