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

Replace the object structuring from JSON style to a dot notation #1

Open
nirmalhk7 opened this issue Mar 15, 2022 · 2 comments
Open

Comments

@nirmalhk7
Copy link
Member

Currently, if we ever have data like this

{
  Contact: {
    Address: 0,
    Phone: 0
  }
}

and when we try this import-export plugin, it returns it in this form:

Contact
{Address:0,Phone:0}

This is good, but making it return like this would be better:

Contact.Address, Contact.Phone
0, 0

Your issue would be to convert it to this.

@nirmalhk7
Copy link
Member Author

@nirmalhk7
Copy link
Member Author

Also check out: EdisonPeM#65

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