This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import json | |
# define json object | |
my_json_1 = '{"timestamp": 1678392448000}' | |
print(f'my_json_1: {my_json_1}') | |
# parse json to python object | |
my_data = json.loads(my_json_1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initializing | |
Command-line options: --verbose, --debug=1 | |
Reading "Gruntfile.js" Gruntfile...OK | |
Registering Gruntfile tasks. | |
Registering "grunt-babel" local Npm module tasks. | |
Reading /home/ec2-user/repo/kairosdb-datasource/node_modules/grunt-babel/package.json...OK | |
Parsing /home/ec2-user/repo/kairosdb-datasource/node_modules/grunt-babel/package.json...OK |