Enhanced JSONGenerator

The SaveToFile and GetJsonBlob functions for JSONGenerator (and JSONPackage) are enhanced to specify the character encoding of the resulting blob.

  • SaveToFile

    SaveToFile ( FileName {, Encoding e} )
  • GetJsonBlob

    GetJsonBlob ( {Encoding e} )

For more information, see the section called “SaveToFile” in PowerScript Reference and the section called “GetJsonBlob” in PowerScript Reference.