Home

Awesome

MustaPAS

Mustache implementation in simple procedural Pascal

Design Goal

Interface

There's only a single function:

procedure Render(const Template: TStream; const Context: TJSONObject; Result: TStream);

The use of TStream allows input from and output to any TStream descendant, be it direct string, files, sockets, whatever you can imagine.

Current Compliance Level