json v1.0.3 JSON.Encoder.Helpers View Source

Helper functions for writing JSON.Encoder instances.

Link to this section Summary

Functions

Given an enumerable that yields tuples of {key, value} encode the enumerable as an object

Given an enumerable encode the enumerable as an array

Link to this section Functions

Given an enumerable that yields tuples of {key, value} encode the enumerable as an object.

Given an enumerable encode the enumerable as an array.