The previous implementation of SBLaunchInfo::SetScriptedProcessDictionary
didn't actually parse the SBStructuredData's JSON and set it into the
opaque_ptr StructuredData::Dictionary.
This patch fixes that.
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>