Skip to content

Commit

Permalink
Update lambdaJSON.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pouya-eghbali committed Aug 29, 2013
1 parent 67788ba commit 0d3bcb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambdaJSON.py
@@ -1,4 +1,5 @@
import json
from ast import literal_eval as eval

flatten = lambda obj: (isinstance(obj, bytes)
and (b'bytes://'+obj).decode('utf8')
Expand Down

0 comments on commit 0d3bcb8

Please sign in to comment.