Json.

Json() Constructor

Summary

The content of the input document is parsed as JSON. All root-level items are added to the input document's metadata. This is best for simple key-value JSON documents.
Assembly
Wyam.Json.dll
Namespace
Wyam.Json
Containing Type
Json

Syntax

public Json()

Return Value

Type Description
void
GitHub