-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to not replace duplicated objects/arrays/values with "_duplicate_["lorem"]" unless is in a circular dependency #52
Comments
Need more context. Do you have a repro repo you can share? |
Hey, thanks for getting so quickly back to me. So I have this config object:
If you put that through
You end up with:
Notice the |
Any update on this? |
Can we at least have a configuration level for this? Basically consider it circular if it repeats more than X times within the same circular path? |
Well, exactly like my title says, it would be nice to have an option to not replace duplicated objects/arrays and so on unless a circular dependency is detected.
The text was updated successfully, but these errors were encountered: