项目中经常会用到json格式转为object对象、dict字典格式等。在此做个记录,方便后续用到该方法可以快速复制粘贴。需要用到json包。
so in my php I have something like this $_SESSION[\'opened\'] = true; But It will no开发者_StackOverflowt be set to true until user will perform some actions with some other html\\php pages