Created
February 6, 2025 07:50
-
-
Save trycf/92713fcd9b622392ec2cf3b040f6d839 to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains 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
<cfoutput> | |
<cfset jsondata='{"trn_typ":"POA","cm_bp_id":"123cm_bp_id123","req_ref_num":"123requestseqno123","req_time":"123req_time123","epidata":{"client_dtls":[{"src_dp_id":"123dp_id123","exctn_date":"123date123","src_clnt_id":"123src_clnt_id123","market_typ":"123market_typ123","setlmnt_num":"123setlmnt_num123","poa_ddpi_id":"","edis_ddpi_flag":"","edis_ref_num":"","blck_indctor":"","ddt_erly_payin_flag":"Y","clnt_ucc":"","trdng_mem_id":"123trdng_mem_id123","exchng_id":"","seg_id":"","isin_dtls":[{"isin":"123ISIN123","quantity":"000000000001000","intrnl_ref_num":"123intrnl_ref_num123"}]}]}}'> | |
<cfset data1=deserializejson("#jsondata#")> | |
<cfset epidata = serializeJson(parsedData.epidata)> | |
<cfdump var="#epidata#"> | |
</cfoutput> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment