# Giskard - JSON Translator

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

## Instructions

![Instructions](https://1679624655-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEkk28J0B2BeDMuesRMr1%2Fuploads%2Fgit-blob-016b2ac951acbce38ccd3c3b234f075a89e8b0df%2F2025-08-18-06-40-32.png?alt=media)

## 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"` ![](https://1679624655-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEkk28J0B2BeDMuesRMr1%2Fuploads%2Fgit-blob-ccbb7ba423a9f29d52ff234811cc982335624e16%2F2025-07-25-15-59-06.png?alt=media)
