Recent comments

JSON for test

 


Some times is required execute any json from test one service.

This code could you needed for realized the action in question:


      let json = require('./response.json');
      respuesta = json
 
 
 
this is the json:
{
    "response":"ok" 

No hay comentarios.