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
I'm currently working on a project which depends on the ordering of insertion. nlohmann::json sorts the keys alphabetical.
With nlohmann::ordered_json this behavior could be changed. However inja defines a strong binding to nlohmann::json.
I would like to be able to inject a config file which sets the json type. All files then need to use this type.
but i would dislike to maintain a fork in order to have this behaviour.
If you are open to such a change, I'm happy to provide a PR.
The text was updated successfully, but these errors were encountered:
Hey,
I'm currently working on a project which depends on the ordering of insertion.
nlohmann::json
sorts the keys alphabetical.With
nlohmann::ordered_json
this behavior could be changed. However inja defines a strong binding tonlohmann::json
.I would like to be able to inject a config file which sets the json type. All files then need to use this type.
but i would dislike to maintain a fork in order to have this behaviour.
If you are open to such a change, I'm happy to provide a PR.
The text was updated successfully, but these errors were encountered: