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

How to delete an object in this VBA-JSON tool? #226

Open
han31ye opened this issue Apr 10, 2022 · 3 comments
Open

How to delete an object in this VBA-JSON tool? #226

han31ye opened this issue Apr 10, 2022 · 3 comments

Comments

@han31ye
Copy link

han31ye commented Apr 10, 2022

This tool works! However, could any experts give advise that how to delete an object in the Json? E.g. change {"a":1, "b":2, "c":3} to {"b":2, "c":3} by this tool? Many thanks!

@houghtonap
Copy link

VBA-JSON uses Microsoft Scripting.Dictionary to represent a JSON object. You must use the Remove method to delete a property key of the JSON object.

@han31ye
Copy link
Author

han31ye commented May 1, 2022

Dear Sir, many thanks! i will try to study you idea....

@han31ye
Copy link
Author

han31ye commented May 1, 2022

Dear Sir

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

2 participants