View Issue Details

IDProjectCategoryView StatusLast Update
0000042BooBooGeneralpublic2026-01-11 23:56
Reportertremblin Assigned Totremblin  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0000042: Better json support
Description{
    "a": [
        0,
        0,
        255
        { "foo": "bar" },
        [ 1, 2, [ 5, 6, 7 ], 3 ]
    ]
}

This array, with sub arrays and sub hashes should parse.
TagsNo tags attached.

Activities

tremblin

2026-01-11 23:56

administrator   ~0000025

I don't know what I was smoking. As you can see in the example I gave, I missed a comma. Everything (sub arrays/hashes nested as deep as you want) already works.

Issue History

Date Modified Username Field Change
2026-01-09 19:28 tremblin New Issue
2026-01-09 19:28 tremblin Status new => assigned
2026-01-09 19:28 tremblin Assigned To => tremblin
2026-01-11 23:56 tremblin Status assigned => resolved
2026-01-11 23:56 tremblin Resolution open => fixed
2026-01-11 23:56 tremblin Note Added: 0000025