Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.56 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.56 KB

Tideland Go Text

GitHub release GitHub license Go Module GoDoc Workflow Go Report Card

Description

Tideland Go Text simplifies life with text data.

  • etc manages configurations including internel references to environment variables, cross references, and extraction of subtrees for using types; syntax is sml (see below)
  • gjp is the generic JSON processing without static type marshalling
  • dj means Dynamic JSON and will be the gjp succcessor, which will be deprecated
  • scroller helps analyzing a continuously written line by line text content like log files
  • sml is the simple markup language, a LISP like notation using curly braces
  • stringex enhances the functionality of the standard library package strings

I hope you like it. ;)

Contributors