A ruby implementation of the lines format.
require 'lines'
Lines.dump(foo: 3) #=> "foo=3"
Lines.load("foo=3") #=> {"foo"=>3}
CLI pipes format
Structued logging
Add a max_length option
Make sure the output is encoded as a UTF-8 string
Implement the max_nesting option
Different parsing modes. Strict and non-strict. Type templates.
Multi-line parsing.