← Prev in month ← Prev in thread

jliff-example1-0.9.3.json

From
Phil Ritchie <>
Date
2017-02-27T15:22:58+00:00
ID
Thread
jliff-example1-0.9.3.json
I’ve played a bit more with my implementation and I’m not sure that jliff-example1-0.9.3.json can be achieved with a strongly typed language. Even with interfaces I cannot do:

 

…

“source”: [

            { “id”: “c1”, “kind”: “ph” },

            “AAA”,

            { “id”: “c1”, “kind”: “ph” }

]

 

The closest would probably be:

 

“source”: [

            { “id”: “c1”, “kind”: “ph” },

            { “text”: “AAA” },

            { “id”: “c1”, “kind”: “ph” }

]

 

 

Phil

Phil Ritchie

Chief Technology Officer | Vistatec

Vistatec House, 700 South Circular Road,
Kilmainham, Dublin 8, Ireland.

Tel: +353 1 416 8000 | Direct: +353 1 416 8024

Email: 

www.vistatec.com | ISO 9001 | ISO 13485 | EN 15038

Think Global
← Prev in month ← Prev in thread