Add support for identifiers nested properties.#1
Add support for identifiers nested properties.#1Feiryn wants to merge 1 commit intoJenChampagne:masterfrom
Conversation
|
Hello @JenChampagne, do you accept PRs on this project? |
|
Yes, contributions are welcome and appreciated. Apologies for not responding sooner. I'm going to review the OData spec and think a little on this, but I'll make sure to come back by the weekend to not leave this dangling too long. Once I return, I'll create and publish a new version of the crate. Overall I think this is a positive improvement and I do want to support this. I'm wondering though whether the internal type of For example, In contrast to the previous example, I don't want to suggest any specific recommendation until I'm sure what I think will be best long-term. The above are my thoughts at the moment. |
Allows the use of nested properties, such as:
address/city. I also allowed single character identifiers.