Experiments with go:
- Expression tree - experiments with expression tree parsing.
- Recursive content parser - experiments with recursive parsing on content when data of one type may contains data of another type (e.g. value of XML node is JSON); supported types of data - XML, JSON, base64 encoded data.
- Simple implementation of JSON Path - simple implementation of analogue of JsonPath (not full).