# Managing comments within a jsonfile

**URL:** https://forum.astro-colibri.science/t/managing-comments-within-a-jsonfile/225
**Category:** Helpdesk + Releases + Feature requests
**Created:** [August 15, 2024, 8:30pm UTC](https://forum.astro-colibri.science/t/managing-comments-within-a-jsonfile/225 "2024-08-15T20:30:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jean.paul.astro](https://yyz1.discourse-cdn.com/flex007/user_avatar/forum.astro-colibri.science/jean.paul.astro/32/102_2.png) [@jean.paul.astro](https://forum.astro-colibri.science/u/jean.paul.astro)
#### Post date: [August 15, 2024, 8:30pm UTC](https://forum.astro-colibri.science/t/managing-comments-within-a-jsonfile/225/1 "2024-08-15T20:30:06Z")

</div>

Hi All,  
As we may handle a collection of requests, we have to keep comprehensive documentation about each json request…  
Yes the name of json file can be part of the documentation…  
My question is: Does the astro-colibri request language provide Dummy structures that could be used by users to comment their equests?

" The primary reason why JSON does not support comments is that its creator, [Douglas Crockford](https://en.wikipedia.org/wiki/Douglas_Crockford), deliberately removed them from the format to prevent misuse and keep it as a pure data-only format."

> **[Comments Inside JSON – Commenting in a JSON File](https://www.freecodecamp.org/news/comments-in-json/)**
>
> JSON (JavaScript Object Notation) is a popular data interchange format used in web development and mobile applications due to its simplicity and flexibility. But JSON files do not officially support comments. This makes providing additional context...

---

<div class="post-metadata">

### Author: ![Fabian.Schussler](https://yyz1.discourse-cdn.com/flex007/user_avatar/forum.astro-colibri.science/fabian.schussler/32/25_2.png) [@Fabian.Schussler](https://forum.astro-colibri.science/u/Fabian.Schussler)
#### Post date: [August 17, 2024, 1:17pm UTC](https://forum.astro-colibri.science/t/managing-comments-within-a-jsonfile/225/2 "2024-08-17T13:17:55Z")

</div>

Dear @jean.paul.astro,

we do not provide a dedicated structure for comments in the search requests. But I believe you can simply add additional fields that are not part of the filter structure to the JSON content. These will simply be ignored by the parsing in our API…  
Is this sufficient for your documentation purpose?

---

<div class="post-metadata">

### Author: ![jean.paul.astro](https://yyz1.discourse-cdn.com/flex007/user_avatar/forum.astro-colibri.science/jean.paul.astro/32/102_2.png) [@jean.paul.astro](https://forum.astro-colibri.science/u/jean.paul.astro)
#### Post date: [September 12, 2024, 1:17pm UTC](https://forum.astro-colibri.science/t/managing-comments-within-a-jsonfile/225/3 "2024-09-12T13:17:04Z")

</div>

Hi all,  
Sorry for this late answer…  
I added something like “comment”: “this a test for comment”  
and it worked…  
Should be sufficient for our needs…  
Thanks!
