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

get key without $ when use marshal=True #41

Open
chiragkanhasoft opened this issue May 10, 2021 · 2 comments
Open

get key without $ when use marshal=True #41

chiragkanhasoft opened this issue May 10, 2021 · 2 comments

Comments

@chiragkanhasoft
Copy link

chiragkanhasoft commented May 10, 2021

How to get string key instead of object in below code

diff({'a': 1, 'b': 2}, {'b': 3, 'c': 4}, syntax='symmetric', , marshal=True)

@chiragkanhasoft chiragkanhasoft changed the title get string key instead of object get key without $ when use marshal=True May 10, 2021
@fzumstein
Copy link
Member

That's not available. You can either fix things manually after you get the diff back or make a pull request that adds this feature.

@nitin7570
Copy link

Is there any way to print the difference in a table.
like Key, Old value & New value

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

No branches or pull requests

4 participants