# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://csbygb.gitbook.io/pentips/writeups/giskard-red/giskard-json-translator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
