Let our Json parser accept comments and trailing comma.

This commit is contained in:
Benoit Marty 2026-04-30 14:18:15 +02:00
parent 24e68f6f76
commit 59bcc904fa
2 changed files with 10 additions and 2 deletions

View file

@ -80,7 +80,8 @@ class DefaultSessionWellknownRetrieverTest {
"registration_helper_url": "a_registration_url",
"enforce_element_pro": true,
"rageshake_url": "a_rageshake_url",
"other": true
// Note the trailing comma, and the comment!
"other": true,
}""".trimIndent().toByteArray()
)
},