Copyright © 2011 Zuse Institute Berlin
Version: $Id$
Authors: Florian Schintke (schintke@zib.de).
handler/2 | |
tuple_list_to_json/1 | Recursively converts 2-tuple lists to JSON objects. |
handler(AnyOp :: atom(), AnyParams :: list()) -> any()
tuple_list_to_json(List :: [{Key :: atom(), Value :: term()}]) -> {struct, [{Key :: atom(), Value :: term()}]}
Recursively converts 2-tuple lists to JSON objects.
Generated by EDoc, Sep 11 2020, 15:25:21.