JSON解析学习

Posted by 夏泽民

https://zhuanlan.zhihu.com/p/22457315 https://github.com/miloyip/json-tutorial 从零开始写一个 JSON 库,其特性如下:



JSON 解析器原理

Posted by 夏泽民

输入 JSON 字符串,对象或数组相互嵌套着,如: { “firstName”: “John”, “lastName”: “Smith”, “age”: 25, “address”: { “streetAddress”: “21 2nd Street”, “city”: “New York”, “state”: “NY”, “postalCode”: 10021 }, “phoneNumbers”: [ { “type”: “home”, “number”: “212 555-1234” }, { “type”: “fax”, “number”: “646 555-4567” } ] }



flink

Posted by 夏泽民

官网创建Flink项目有两种方式:



ast

Posted by 夏泽民

我们拿到一个golang的工程后(通常是个微服务),怎么从词法、语法的角度来分析源代码呢?golang提供了一系列的工具供我们使用:



UDAF

Posted by 夏泽民

https://blog.csdn.net/qq_35688140/article/details/89600106 1、UDF:用户定义(普通)函数,只对单行数值产生作用; 继承UDF类,添加方法 evaluate()



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required