Home

Awesome

:no_entry: [DEPRECATED]

dynamic.yaml

YAML-based data transformations - live demo on blockspring.

Overview

DynamicYaml is a general-purpose, fully-extensible transformation engine for YAML.

The design philosophy of this project:

Live demo (blockspring.com)

Try it now with blockspring.

dataroot:
  event:
    overview:   Welcome to dynamic yaml!
    date:       20150716.1732
    desc:       A simple introduction to dynamic yaml.

  people:
    - fullname:     Bregiono Buckridge
      email:        bregiono@gmail.com
      id:           1
      url:          https://example.com/bregiono
      regioncc:     region001

    - fullname:     Antonina Daugherty
      email:        antonina@gmail.com
      id:           1
      url:          https://example.com/antonina
      regioncc:     region001

    - fullname:     Preston Boyer
      email:        preston@gmail.com
      id:           3
      url:          https://example.com/preston
      regioncc:     region002

__yaml__:
  - template: |
      {{ dataroot |jjdata_formatas('jsonpretty') }}

See also