Convert asset filter criteria to double-quoted json.
The double-quotes are required for Nexpose to be able to parse the criteria correctly, as of some recent version of Nexpose. Single-quoted json is not considered valid anymore.
Motivation and Context
Resolves #5
How Has This Been Tested?
Followed the steps in #5 and verified the returned results had data.
Types of changes
Bug fix (non-breaking change which fixes an issue)
Description
Convert asset filter criteria to double-quoted json.
The double-quotes are required for Nexpose to be able to parse the criteria correctly, as of some recent version of Nexpose. Single-quoted json is not considered valid anymore.
Motivation and Context
Resolves #5
How Has This Been Tested?
Followed the steps in #5 and verified the returned results had data.
Types of changes