Skip to content

Updated JSON

Latest
Compare
Choose a tag to compare
@Dinkh Dinkh released this 20 Nov 09:35
· 2 commits to master since this release
2346ee6

Working JSON with subobjects
Example:

    {
        app: {
            title: 'foo',
            subtitle: 'baa'
        }
    }

added placeholder support for views Example:

    // Application_us-US greetings:
        'Hi {0}'
    // view.main.js
        title: { type: 'bundle', key: 'greetings', args: 'Customer' }
    // output
        Hi Customer