Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract and insert into new object #55

Open
frogstarr78 opened this issue Mar 11, 2017 · 0 comments
Open

Extract and insert into new object #55

frogstarr78 opened this issue Mar 11, 2017 · 0 comments

Comments

@frogstarr78
Copy link

Is it possible to extract values from one object and insert them into another?

Source:

{
"packid": "1234",
"clientid": "4321",
"activation_date": "0",
"lastrenew": "1488355200",
"renewdate": "1491030000",
"balance": "0.00",
"parentpack": "0",
"servername": "example.com",
"ip_address": "127.0.0.1",
"cp_host": "0",
"active": "1",
"quantity": "1.00",
"created": "1487813969",
}

Expected result:

{"clientid":4321,"packid":1234}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant