Unfolding...


JSON Bridging
Fetch
Re-use
Transform
JSON files can be created from scratch, skeletons or imported. You can drag a file with .json extension to the index which is on the left pane or choose the upload option.
Once files are on the cloud they can be transofrmed, shared or consumed by other services. An API enables the fetching one or multiple JSON files from the server for various implementations. In edit mode you can create an html skeleton that includes the object and displays the JSON file even in other devices. This is done by cho0sing the recycle option after retrieving the JSON file from the index.
Demo use of API for extracting one object:
<script src={{host_path}}/jb/{{handle}}</script>
</script>
var handle = "{{handle}}";
var object=jsonBridge(handle);
alert(object);
Demo use of API For handling multiple objects
let myJB=new(JB);
myJB.fetch('handle1');
myJB.fetch('v4oT5yevzb');

function showArray(){
  document.getElementById('resultDIV').value = 
  	myJB.enumerate();
  document.getElementById('listDIV').value = 
  	JSON.stringify(jh.stack,null,2)};
  /*shows the array of objects fetched*/
};



Once files are on the cloud they can be transofrmed, shared or consumed by other services. JSON files can be converted with a series of transformations using the transformation utiily .