Index
Overview
json provides functions for working with json data
Functions
def dumps
dumps(obj) string
serialize obj to a JSON string
Arguments
name | type | description |
---|---|---|
obj | object | input object |
def loads
loads(source) object
read a source JSON string to a starlark object
Arguments
name | type | description |
---|---|---|
source | string | input string of json data |