Skip to content

Latest commit

 

History

History
 
 

from_nested_map

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Convert a JSON object like { "metric": [ {"key": "extra", "value": 2 } ] } to a JSON object like { "metric": { "key": 2 } }.

This only works on JSON types.