lever / postings-api

API documentation and examples for the lever postings REST API
184 stars 38 forks source link

JSON response contains unescaped double-quotes #50

Closed canvasren closed 3 years ago

canvasren commented 3 years ago

Hello,

When I tried to fetch job postings using: GET /v0/postings/SITE

The output, especially in the "description" field, contains unescaped double-quotes. This will fail the decoder due to invalid JSON format.

Example:

Screen Shot 2020-11-24 at 15 07 00

Notice the <a href> element.

Any advise?

Cheers!