loading table of contents...

4.24. TO_JSON()

 
TO_JSON
La función transforma un objeto en un json.
Retorna: object 
Retorna json
Parámetros:
object  Objecto
Recibe un objeto el cual es transformado en json
Versión: 4.0.2+
 
Ejemplo:
var delegaturas = FOREST_SQL_MAP_LIST("select distinct t.fk_delegatur, d.codigo, d.nomdependencia from aut.tramite_conc_dep t, gdo_grl_dependencias d where t.fk_tramite = ? and t.fk_delegatur = d.coddep", CurrentProcess.documentoInicial.codigoTramite); CurrentForm.delegados = TO_JSON(delegaturas);