MarcosLopezC / LightJson

A simple JSON library for C#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix inefficient JsonObject dictionary value lookup.

MarcosLopezC opened this issue · comments

JsonObject currently performs two Dictionary when retrieving a value. This should be change so that only one lookup is needed.

Fixed in 8edb84c. Closing issue.