Path Map To JSON ?

This wildcard is replaced with the JSON representation escaping any backslashes of input path. It can be used to point media files which requires escaped paths. The wildcard is used in the following way:

  • {path.map.to.json.?}

  • For the following input (?) --> R:\Users\Administrator

  • The output is going to be --> R:\Users\Administrator

Last updated