Sign up for Free
Pricing
About
Documentation
Documentation
Keecode / Core Concepts
Variables
Conditions
Loops
Operators
Keecode / Functions
bool
capitalize
count
css
date
except
extract
float
int
join
json
list
lower
mail
normalize
phone
prefix
range
replace
retry
search
search_extract
similarity
split
str
sub
suffix
sum
upper
url
urlparse
xpath
Open site navigation
Open site navigation
Pricing
Sign in
Sign up
json
Returns a List, or a Dict, corresponding to the decoded json found. If no json found, then the function returns
None
.
join
($data
,
var
= None
)
:
List | Dict
$data.
join
(
var
= None
)
:
List | Dict
Parameters
$data
String
var
String
If defined, then only the json attributed to that specific variable is returned.
Examples
How to extract a Json from HTML