Json Input
(Datatype : <String>)
Input a JSON value to to test the library within browser. The only value input values are values that would be valid as a python dict. Click on the next window to be able to get the result of this code.
lindex_test.py
#/usr/bin/env python3
from Lindex import lindex
dictionary = {
}
dictionary = lindex(dictionary)
# Click on the next section to see the output.