Add JSON as SMA asset variable
Could it be possible to add JSON as possible asset for SMA variables. At the moment we can use string on single line which is limited to 512 characters.
In my case I have large configuration definition which I want to parse, took some parameters and make modifications.

Thanks for the feedback! We can look into adding json variable support (may be a generic object variable). How many characters are you looking to support in your json variable?
Also, you can use the Set-AutomationVariable activity from within your runbook to create variables larger than 512 characters. The database actually doesn’t limit this, but the API does. Using the “set” activity in the runbook gets around this limit.