> For the complete documentation index, see [llms.txt](https://csbygb.gitbook.io/pentips/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://csbygb.gitbook.io/pentips/writeups/giskard-red/giskard-json-translator.md).

# Giskard - JSON Translator

* [Link to challenge](https://red.giskard.ai/challenges/broken-formatting/json-translator)

## Instructions

![Instructions](/files/PmxKe0pvj2whEl9AKudN)

## Resolution

The tricky thing here was trying to figure how to insert a json char to break it.\
At first I tried with `{` then with `[` It ended up working with double quotes `"`, within the sentence to translate.\
The one that actually did the trick where the ones around the `"ça"` ![](/files/DF6AMBD1y54CFWYSHHqD)
