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 amber configuration library does not have to just be for YAML. We just natively support YAML because it is widely used and is quite simple to understand. If you want to create a custom resource container type, you can just make a new class using the interface ResourceContainer and add your code there.