You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .env files are pretty neat way to pass-through some key-value pairs into program environment variables and some internal configs.
It would be great if reflect-cpp would support some load-like functionality for .env files and serializing/deserializing from/to struct, but there would be some conceptual differences comparing to yaml/json/another hierarchical formats,
Also it possilbly should add new processor UpperSnakeCaseToSnakeCase and reversed.
The text was updated successfully, but these errors were encountered:
The .env files are pretty neat way to pass-through some key-value pairs into program environment variables and some internal configs.
It would be great if reflect-cpp would support some load-like functionality for .env files and serializing/deserializing from/to struct, but there would be some conceptual differences comparing to yaml/json/another hierarchical formats,
Also it possilbly should add new processor UpperSnakeCaseToSnakeCase and reversed.
The text was updated successfully, but these errors were encountered: