OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xliff-omos message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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: phil.ritchie@vistatec.com
www.vistatec.com | ISO 9001 | ISO 13485 | EN 15038
Vistatec
Think Global
FacebookLinkedInTwitterGoogle Plus





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]