dotarj / PartialResponse

PartialResponse provides JSON partial response (partial resource) support for ASP.NET Web API.
Other
57 stars 26 forks source link

Characters changing #23

Open bdjurisic opened 6 years ago

bdjurisic commented 6 years ago

Hi Arjen,

Well done for Partial Response , could not be easier to implement this. I appreciate your work. Now, I have one question. I have to make filters for json response after specification and should do the same as you wrote but instead of / to be . and instead () be [] , simply I need to change characters. Is it possible to do this without changing your code?

Best regards, Balsa

zihotki commented 5 years ago

I'd also like to join the request to be able to configure fields separator (/ or . or any other) as well as property groups

dotarj commented 5 years ago

Sorry for the delay, this project hasn’t had the focus it should have had. I will think about a good way to implement this and get back to you. Suggestions are welcome!