Tao Wen
Tao Wen
``` go package bug import ( "fmt" "github.com/deuill/go-php/engine" "os" "runtime" "testing" ) type TestObj struct{} func newTestObj(args []interface{}) interface{} { return &TestObj{} } func Test_bug(t *testing.T) { runtime.GOMAXPROCS(1) theEngine, err...
can not reproduce the bug in php 7 with static linking, interesting
`00.1` should be considered as invalid
I am not familiar with kotlin Contribution is welcomed.
Your implementation looks fine. Since it contains reference to kotlin, it makes sense to keep it as an extension. You may open a pull request, like https://github.com/json-iterator/java/blob/master/src/main/java/com/jsoniter/annotation/JacksonAnnotationSupport.java
I have no experience of kotlin. Any one can help on this?
sounds valid. Would you like to contribute a pull request?
slice is good when the input is byte array, and there is not unicode or escape. when the input is a input stream, the allocation can not be avoided.
```java public static class A{ String name; } public static class B { int prop; A someA; } public void test_abc1() throws IOException { JsonIterator.parse("[\n" + " {\n" + "...
@paulpolushkin if type is string, the JSON should have quotes. @anti43 can you provide your class definition?