Jonathan Bernard 7d11112226 Fixed extended data handling in `ts_json` module.
* Refactored ``ts_json:ext_data_to_ejson{1,2}`` from a function that iterates
  over a list of extended data properties and returns a transformed list to
  ``ts_json:ext_data_to_ejson/1``, a function that transforms one extended data
  property. The iteration behavior is acheived using ``lists:map/2``.
* Refactored ``ts_json:ejson_to_ext_data{1,2}`` in a similar fashion to
  ``ts_json:ext_data_to_ejson{1,2}``.
* Fixed ``ts_json:construct_record/3`` to use ``ts_json:ejson_to_ext_data/1``.
2011-06-15 00:26:31 -05:00
2011-06-14 16:48:04 -05:00
2011-06-14 16:48:04 -05:00
2011-06-14 16:48:04 -05:00
2011-06-10 11:49:45 -05:00
2011-02-11 08:32:12 -06:00
2011-06-07 08:38:09 -05:00
Description
No description provided
15 MiB
Languages
JavaScript 34.1%
Groovy 19.6%
Java 14.5%
Vim Script 13.7%
Erlang 12.6%
Other 5.5%