JSON read values

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
agigliotti
Posts: 3
Joined: Tue Dec 05, 2017 4:39 pm
DBs Used: DBF

JSON read values

Post by agigliotti »

Hola

Tengo el siguiente archivo JSON el cual quiero leer las variables, y se me está dificutando hacerlo. Alguna persona que me pueda ayudar con esto?. Muchas Gracias.

Hi

I have the following JSON file which I want to read the variables, and I'm having a hard time doing it. Anyone who can help me with this? Thank you so much.

{"paging":{"total":1,"limit":30,"offset":0},"results":[{"acquirer":null,"acquirer_reconciliation":[],"additional_info":{},"authorization_code":"610304","binary_mode":true,"call_for_authorize_id":null,"captured":true,"card":{"cardholder":{"identification":{"number":"17983883","type":"DNI"},"name":"CORREA SERGIO GUSTAVO"},"date_created":"2019-11-26T18:56:48.000-04:00","date_last_updated":"2019-11-26T18:56:48.000-04:00","expiration_month":1,"expiration_year":2022,"first_six_digits":"554288","id":null,"last_four_digits":"7181"},"collector_id":116696822,"corporation_id":null,"counter_currency":null,"coupon_amount":0,"currency_id":"ARS","date_approved":"2019-11-26T18:56:50.000-04:00","date_created":"2019-11-26T18:56:48.000-04:00","date_last_updated":"2019-11-26T18:57:05.000-04:00","date_of_expiration":null,"deduction_schema":null,"description":"Venta presencial","differential_pricing_id":null,"external_reference":"Venta presencial","fee_details":[{"amount":14.34,"fee_payer":"collector","type":"mercadopago_fee"}],"id":5520425943,"installments":1,"integrator_id":null,"issuer_id":"316","live_mode":true,"marketplace_owner":null,"merchant_account_id":null,"merchant_number":null,"metadata":{"cart_id":"none","pin_validation":"pin_not_validated","is_fallback":false},"money_release_date":"2019-12-26T18:56:50.000-04:00","money_release_schema":null,"notification_url":null,"operation_type":"pos_payment","order":{},"payer":{"email":null,"entity_type":null,"first_name":null,"id":"147688640","identification":{"number":null,"type":null},"last_name":null,"operator_id":null,"phone":{"area_code":null,"extension":null,"number":null},"type":"anonymous"},"payment_method_id":"master","payment_type_id":"credit_card","platform_id":null,"pos_id":null,"processing_mode":"aggregator","refunds":[],"shipping_amount":0,"sponsor_id":null,"statement_descriptor":"WWW.MERCADOPAGO.COM","status":"approved","status_detail":"accredited","store_id":null,"taxes_amount":0,"transaction_amount":595.11,"transaction_amount_refunded":0,"transaction_details":{"acquirer_reference":null,"external_resource_url":null,"financial_institution":null,"installment_amount":595.11,"net_received_amount":577.79,"overpaid_amount":0,"payable_deferral_period":null,"payment_method_reference_id":null,"total_paid_amount":595.11},"shipping_cost":0}]}


Sorry for my English. Ariel S Gigliotti.
Post Reply