kokel / changeffapi

replace existing fields in your ffapi.json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#change ffapi

replace existing fields in your ffapi.json

##Usage

from changeffapi import Loader

loader = Loader('ffapi_file.json')

loader.set(['api'], '1.2.3')
loader.dump()

You should now have a ffapi_file_change.json file with changed api-string and updated timestring.

  • mapnodes.py updates current nodes field with json data from ffmap-d3s nodes.json

About

replace existing fields in your ffapi.json


Languages

Language:Python 100.0%