When a type includes a nested string that is a JSON marshall-able and includes escape characters - the token finder incorrectly stops at the escaped \" sign as opposed to the first \ in this escape sequence \\\"
"{\"patchPayloadTemplate\":\"{\\\"password\\\":\\\"AWSPARAMSTR:///int-test/pocketbase/admin-pwd\\\",\\\"passwordConfirm\\\":\\\"AWSPARAMSTR:///int-test/pocketbase/admin-pwd\\\"}\\n\"}"
Should correctly only extract the AWSPARAMSTR:///int-test/pocketbase/admin-pwd and NOT AWSPARAMSTR:///int-test/pocketbase/admin-pwd\\