ad-si / eventlang

EventLang is a human readable event/logging language. Also sable as a delta encoding for YAML files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manipulate previous values

adius opened this issue · comments

2015-11-07 16:08:07:
  title: Butter
  tags:
    - groceries
    - food
  object:
    test:
      name: John
      age: 34

# Add elements to array
2015-11-12 13:08:07:
  +tags:
    - &id001 test

# Remove elements from array
2015-11-12 13:34:07:
  -tags:
    - *id001

# Delete keys
2015-11-12 13:45:07:
  object:
    test: