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
All the methods which take a JsonObject as input (like Containers.create(...) should be overloaded to also accept a Supplier<JsonObject>, so the user can build the required json on the spot.