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
When you want to create a configuration to mix with Settings using the new DynamicStack ATM you need to go the JSON route, which is a bit messy. It would be better to allow a syntax like this:
var data = new {
Property = 7,
Another = true,
Deep = new {
Title = "Deep Title"
}
};
var dynData = AsDynamic(data);
Your environment
2sxc version(s): 12.04
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
[x] feature request
...about
[x] Razor templating
[x] APIs like REST
Current behavior
When you want to create a configuration to mix with Settings using the new
DynamicStack
ATM you need to go the JSON route, which is a bit messy. It would be better to allow a syntax like this:Your environment
The text was updated successfully, but these errors were encountered: