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

Dev json engine #4095

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

ChenPuChu
Copy link

  • Implemented a user-customizable JSON render function
    • This function does not disrupt the implementation of the original function
    • This function is implemented through the factory mode
    • This is my first time submitting a fix. Maybe my code is not standard. If there is anything wrong, please feel free to correct me.

Fixes #4094

…nt from the attributes to be consistent, and change the first letter to lowercase
…to achieve the purpose of user-defined JSON rendering, while not changing the functions implemented by the original code

Signed-off-by: 朱宗辉 <[email protected]>
@ChenPuChu
Copy link
Author

@JimChenWYU

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

Successfully merging this pull request may close these issues.

Is it possible to know what render was used inside a middleware function?
1 participant