Customizing the JSON code« Back to Questions List
I need JSON code. This JSON codes works perfectly. Our code is written just slightly differently - ie, we use apostrophes instead of quotes, among a few other things. Can the output be customized so that for example it would output with apostrophes rather than quotes, and maybe some other tweaks like that? Appreciate your help! |
This question has been resolved, view the correct answer now!
✓ Correct Answer | |
---|---|
Great IdeaThat is a great idea, we do not have a current means of allow for customization on that level – but Dev loves new ideas! We will pass this on. WorkaroundTake a look at our Char Tag: //exportkit.com/plugin/layer-tags/basic-layer-tags/char-tag – this works in JSON also. If you scroll down a bit you will see ”working with clients and production release”. If you have a local host, you can copy the PHP code and change it slightly so that you re-encode the output files. Your situation, you would change rawurldecode - to – str_replace This can give you any output you desire. |
Share Your Knowledge!
Contribute to the community and help other users to benefit from your answer with experience and knowledge.