AI代码解释 1privatestaticvoidWriteValue(object obj,JsonWriter writer,2bool writer_is_private,3int depth)4{5if(depth>max_nesting_depth)6thrownewJsonException(7String.Format("Max allowed object depth reached while "+8"trying to export from type {0}",9obj.GetType()));1011if(obj==null)12{13...
Type System.Object can't act as an array #159 opened Feb 28, 2024 by eternityman 2 IOrderedDictionary.Insert adds key multiple times #145 opened Sep 14, 2023 by EllieTellie consider support set collection? #140 opened Dec 17, 2022 by MyPure 1 JsonData corrupts empty objects &...